UNPKG

display-element-css

Version:

Click on any storybook element to see the element's type selector, class selector, and ID selector CSS styles

5 lines (4 loc) 96 B
export declare type Styles = Array<string>; export interface PanelState { styles: Styles; }