UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

8 lines (7 loc) 208 B
import { FunctionComponent } from 'react'; interface StoriesProps { title?: JSX.Element | string; includePrimary?: boolean; } export declare const Stories: FunctionComponent<StoriesProps>; export {};