storybook-addon-markuplint-proto
Version:
Prototype of unofficial markuplint Storybook addon
10 lines (9 loc) • 305 B
TypeScript
export declare const ADDON_ID = "storybook/markuplint";
export declare const TOOL_ID: string;
export declare const PANEL_ID: string;
export declare const TAB_ID: string;
export declare const PARAM_KEY = "myAddonParameter";
export declare const EVENTS: {
PARAMETERS_SET: string;
RESULT: string;
};