@storybook/addon-essentials
Version:
Curated addons to bring out the best of Storybook
14 lines (13 loc) • 331 B
TypeScript
interface PresetOptions {
configDir?: string;
docs?: boolean;
controls?: boolean;
actions?: boolean;
backgrounds?: boolean;
viewport?: boolean;
toolbars?: boolean;
measure?: boolean;
outline?: boolean;
}
export declare function addons(options?: PresetOptions): string[];
export {};