UNPKG

@storybook/addon-docs

Version:
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>;