UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

10 lines (9 loc) 312 B
import { FC } from 'react'; import { BaseAnnotations } from '@storybook/csf'; declare type MetaProps = BaseAnnotations; /** * This component is used to declare component metadata in docs * and gets transformed into a default export underneath the hood. */ export declare const Meta: FC<MetaProps>; export {};