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.
ComponentType
1 parent ed1e4bd commit ee6328eCopy full SHA for ee6328e
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