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 86fc092 commit 6dfb534Copy full SHA for 6dfb534
core/nohighlight.d.ts
@@ -10,6 +10,8 @@ declare module '@uiw/react-md-editor/nohighlight' {
10
export * from '@uiw/react-md-editor/esm/Editor.nohighlight';
11
export * from '@uiw/react-md-editor/esm/Context';
12
export * from '@uiw/react-md-editor/esm/Types';
13
+ export { default as handleKeyDown } from '@uiw/react-md-editor/esm/components/TextArea/handleKeyDown';
14
+ export { default as shortcuts } from '@uiw/react-md-editor/esm/components/TextArea/shortcuts';
15
export { MarkdownUtil, commands };
16
export default MDEditor;
17
}
0 commit comments