UNPKG

@storybook/addon-docs

Version:
4 lines (3 loc) 206 B
import { PropDefaultValue } from '@storybook/components'; import { InspectionResult } from '../inspection'; export declare function generateObject({ inferedType, ast }: InspectionResult): PropDefaultValue;