UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

4 lines (3 loc) 152 B
import { FunctionComponent } from 'react'; import { DocsStoryProps } from './types'; export declare const DocsStory: FunctionComponent<DocsStoryProps>;