UNPKG

174 BTypeScriptView Raw
1import { PropDef, PropsExtractor } from '@storybook/docs-tools';
2export interface PropDefMap {
3 [p: string]: PropDef;
4}
5export declare const extractProps: PropsExtractor;