UNPKG

847 BTypeScriptView Raw
1/// <reference types="react" />
2import { compiler } from './';
3declare const _default: import("react").FC<{
4 [key: string]: any;
5 children: string;
6 options?: Partial<{
7 createElement: (tag: string | import("react").FunctionComponent<{}> | import("react").ComponentClass<{}, any>, props: import("react").Props<any>, ...children: import("react").ReactChild[]) => JSX.Element;
8 disableParsingRawHTML: boolean;
9 forceBlock: boolean;
10 forceInline: boolean;
11 namedCodesToUnicode: {
12 [key: string]: string;
13 };
14 overrides: import("./").MarkdownToJSX.Overrides;
15 wrapper: import("react").ElementType<any>;
16 forceWrapper: boolean;
17 slugify: (source: string) => string;
18 }>;
19}> & {
20 compiler: typeof compiler;
21};
22export default _default;