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.
2 parents 765d386 + ee6328e commit bd1b74aCopy full SHA for bd1b74a
src/index.d.ts
@@ -93,7 +93,7 @@ export interface MarkdownProps {
93
onLinkPress?: (url: string) => boolean;
94
}
95
96
-type MarkdownStatic = React.ComponentType<MarkdownProps>;
+type MarkdownStatic = ComponentType<MarkdownProps>;
97
export const Markdown: MarkdownStatic;
98
export type Markdown = MarkdownStatic;
99
export {MarkdownIt};
0 commit comments