1 | export declare const PARAM_KEY = "knobs";
|
2 | export declare const ADDON_ID = "storybookjs/knobs";
|
3 | export declare const PANEL_ID: string;
|
4 | export declare const RESET: string;
|
5 | export declare const SET: string;
|
6 | export declare const CHANGE: string;
|
7 | export declare const SET_OPTIONS: string;
|
8 | export declare const CLICK: string;
|