UNPKG

@storybook/addon-docs

Version:
7 lines (6 loc) 209 B
import { PropDef } from '@storybook/components'; import { PropsExtractor } from '../../lib/docgen'; export interface PropDefMap { [p: string]: PropDef; } export declare const extractProps: PropsExtractor;