UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

7 lines (6 loc) 133 B
import { FC } from 'react'; interface PrimaryProps { name?: string; } export declare const Primary: FC<PrimaryProps>; export {};