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 3a40953 + bb7c8db commit cec1eabCopy full SHA for cec1eab
src/index.d.ts
@@ -90,6 +90,7 @@ export interface MarkdownProps {
90
markdownit?: MarkdownIt;
91
mergeStyle?: boolean;
92
debugPrintTree?: boolean;
93
+ onLinkPress: (url: string) => boolean;
94
}
95
96
type MarkdownStatic = React.ComponentType<MarkdownProps>;
0 commit comments