UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

7 lines (6 loc) 199 B
import { FC } from 'react'; export declare const anchorBlockIdFromId: (storyId: string) => string; export interface AnchorProps { storyId: string; } export declare const Anchor: FC<AnchorProps>;