We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c0ea8 commit 1162b1bCopy full SHA for 1162b1b
src/index.d.ts
@@ -95,5 +95,5 @@ export interface MarkdownProps {
95
type MarkdownStatic = React.ComponentType<MarkdownProps>;
96
export const Markdown: MarkdownStatic;
97
export type Markdown = MarkdownStatic;
98
-
+export {MarkdownIt};
99
export default Markdown;
0 commit comments