UNPKG

@storybook/addon-docs

Version:
8 lines (7 loc) 204 B
import { FunctionComponent } from 'react'; import { StorySlot } from './shared'; interface PrimaryProps { slot?: StorySlot; } export declare const Primary: FunctionComponent<PrimaryProps>; export {};