UNPKG

321 BTypeScriptView Raw
1import { FC } from 'react';
2import { BaseAnnotations } from '@storybook/csf';
3declare type MetaProps = BaseAnnotations;
4/**
5 * This component is used to declare component metadata in docs
6 * and gets transformed into a default export underneath the hood.
7 */
8export declare const Meta: FC<MetaProps>;
9export {};