UNPKG

@luigiminardim/storybook-addon-globals-controls

Version:

@luigiminardim/storybook-addon-globals-controls gives you a graphical UI to dynamically interact with the Storybook's globals variables. It creates an addon panel next to your component examples ("stories"), so you can edit them live.

7 lines (6 loc) 158 B
/// <reference types="react" /> declare type PanelProps = { active: boolean; }; export declare function Panel(props: PanelProps): JSX.Element; export {};