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 8baee5b commit a155c57Copy full SHA for a155c57
core/src/index.nohighlight.tsx
@@ -3,13 +3,16 @@ import * as commands from './commands/';
3
import * as MarkdownUtil from './utils/markdownUtils';
4
import './index.less';
5
6
+export { headingExecute } from './commands/title';
7
export * from './commands/';
8
export * from './commands/group';
9
export * from './utils/markdownUtils';
10
export * from './utils/InsertTextAtPosition';
11
export * from './Editor.nohighlight';
12
export * from './Context';
13
export * from './Types';
14
+export { default as handleKeyDown } from './components/TextArea/handleKeyDown';
15
+export { default as shortcuts } from './components/TextArea/shortcuts';
16
17
export { MarkdownUtil, commands };
18
0 commit comments