UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

4 lines (3 loc) 247 B
import { PropDefaultValue } from '@storybook/components'; import { DocgenPropDefaultValue, DocgenPropType } from '../types'; export declare function createDefaultValue(defaultValue: DocgenPropDefaultValue, type: DocgenPropType): PropDefaultValue;