UNPKG

347 BTypeScriptView Raw
1export declare const ADDON_ID = "storybook/a11y";
2export declare const PANEL_ID: string;
3export declare const PARAM_KEY = "a11y";
4export declare const HIGHLIGHT_STYLE_ID = "a11yHighlight";
5export declare const EVENTS: {
6 RESULT: string;
7 REQUEST: string;
8 RUNNING: string;
9 ERROR: string;
10 MANUAL: string;
11 HIGHLIGHT: string;
12};