UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

4 lines (3 loc) 142 B
import { SBType } from '@storybook/csf'; import { FlowType } from './types'; export declare const convert: (type: FlowType) => SBType | void;