UNPKG

@storybook/react

Version:

Storybook for React: Develop React Component in isolation with Hot Reloading.

6 lines (5 loc) 174 B
import { PropDef, PropsExtractor } from '@storybook/docs-tools'; export interface PropDefMap { [p: string]: PropDef; } export declare const extractProps: PropsExtractor;