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