UNPKG

152 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2import { DocsStoryProps } from './types';
3export declare const DocsStory: FunctionComponent<DocsStoryProps>;