UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

7 lines (6 loc) 205 B
import { FunctionComponent } from 'react'; export interface HeadingProps { children: JSX.Element | string; disableAnchor?: boolean; } export declare const Heading: FunctionComponent<HeadingProps>;