Skip to content

Commit 6dfb534

Browse files
authored
type: fix nohighlight typescript declaration (#699)
1 parent 86fc092 commit 6dfb534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/nohighlight.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ declare module '@uiw/react-md-editor/nohighlight' {
1010
export * from '@uiw/react-md-editor/esm/Editor.nohighlight';
1111
export * from '@uiw/react-md-editor/esm/Context';
1212
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';
1315
export { MarkdownUtil, commands };
1416
export default MDEditor;
1517
}

0 commit comments

Comments
 (0)