UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

7 lines (6 loc) 184 B
import { FunctionComponent } from 'react'; interface SubtitleProps { children?: JSX.Element | string; } export declare const Subtitle: FunctionComponent<SubtitleProps>; export {};