UNPKG

@storybook/addon-essentials

Version:
14 lines (13 loc) 318 B
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 {};