UNPKG

199 BTypeScriptView Raw
1import { FC } from 'react';
2export declare const anchorBlockIdFromId: (storyId: string) => string;
3export interface AnchorProps {
4 storyId: string;
5}
6export declare const Anchor: FC<AnchorProps>;