UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

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