UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

6 lines (5 loc) 169 B
import { PropDef, PropsExtractor } from '../../lib/docgen'; export interface PropDefMap { [p: string]: PropDef; } export declare const extractProps: PropsExtractor;