Skip to content

Commit a155c57

Browse files
authored
fix: expose utility functions in nohighlight entrypoint (#698)
1 parent 8baee5b commit a155c57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/index.nohighlight.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ import * as commands from './commands/';
33
import * as MarkdownUtil from './utils/markdownUtils';
44
import './index.less';
55

6+
export { headingExecute } from './commands/title';
67
export * from './commands/';
78
export * from './commands/group';
89
export * from './utils/markdownUtils';
910
export * from './utils/InsertTextAtPosition';
1011
export * from './Editor.nohighlight';
1112
export * from './Context';
1213
export * from './Types';
14+
export { default as handleKeyDown } from './components/TextArea/handleKeyDown';
15+
export { default as shortcuts } from './components/TextArea/shortcuts';
1316

1417
export { MarkdownUtil, commands };
1518

0 commit comments

Comments
 (0)