4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
|
import { BaseStyle } from '../../base/style/BaseStyle';
|
||
|
|
||
|
export interface PopoverStyle extends BaseStyle {}
|