UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

4 lines (3 loc) 239 B
export declare function generateCode(ast: any, compact?: boolean): string; export declare function generateObjectCode(ast: any, compact?: boolean): string; export declare function generateArrayCode(ast: any, compact?: boolean): string;