Skip to content

Commit 812937b

Browse files
committed
feat: export commands type.
1 parent 79b9868 commit 812937b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import ToolBar, { IToolBarProps } from './components/ToolBar';
66
import { getCommands, getModeCommands } from './commands';
77
import './index.less';
88

9+
export * from './commands';
10+
911
export interface IMarkdownEditor extends IProps, ICodeMirror {
1012
prefixCls?: string,
1113
value?: string,

0 commit comments

Comments
 (0)