UNPKG

aria-live-storybook-addon

Version:

Observe and log aria-live region changes in the addon panel

8 lines (7 loc) 223 B
export declare const ADDON_ID = "storybook/my-addon"; export declare const PANEL_ID: string; export declare const PARAM_KEY = "myAddonParameter"; export declare const EVENTS: { ADD_CHANGE: string; CLEAR: string; };