UNPKG

588 BTypeScriptView Raw
1import { FC } from 'react';
2import { DocsContextProps } from './DocsContext';
3export declare const assertIsFn: (val: any) => any;
4export declare const AddContext: FC<DocsContextProps>;
5interface CodeOrSourceMdxProps {
6 className?: string;
7}
8export declare const CodeOrSourceMdx: FC<CodeOrSourceMdxProps>;
9interface AnchorMdxProps {
10 href: string;
11 target: string;
12}
13export declare const AnchorMdx: FC<AnchorMdxProps>;
14interface HeaderMdxProps {
15 as: string;
16 id: string;
17}
18export declare const HeaderMdx: FC<HeaderMdxProps>;
19export declare const HeadersMdx: {};
20export {};