@@ -14,13 +14,13 @@ declare module '@uiw/react-md-editor/commands' {
14
14
import { codeEdit , codeLive , codePreview } from '@uiw/react-md-editor/esm/commands/preview' ;
15
15
import { quote } from '@uiw/react-md-editor/esm/commands/quote' ;
16
16
import { strikethrough } from '@uiw/react-md-editor/esm/commands/strikeThrough' ;
17
- import { title } from '@uiw/react-md-editor/esm/commands/title' ;
18
- import { title1 } from '@uiw/react-md-editor/esm/commands/title1' ;
19
- import { title2 } from '@uiw/react-md-editor/esm/commands/title2' ;
20
- import { title3 } from '@uiw/react-md-editor/esm/commands/title3' ;
21
- import { title4 } from '@uiw/react-md-editor/esm/commands/title4' ;
22
- import { title5 } from '@uiw/react-md-editor/esm/commands/title5' ;
23
- import { title6 } from '@uiw/react-md-editor/esm/commands/title6' ;
17
+ import { title , heading } from '@uiw/react-md-editor/esm/commands/title' ;
18
+ import { title1 , heading1 } from '@uiw/react-md-editor/esm/commands/title1' ;
19
+ import { title2 , heading2 } from '@uiw/react-md-editor/esm/commands/title2' ;
20
+ import { title3 , heading3 } from '@uiw/react-md-editor/esm/commands/title3' ;
21
+ import { title4 , heading4 } from '@uiw/react-md-editor/esm/commands/title4' ;
22
+ import { title5 , heading5 } from '@uiw/react-md-editor/esm/commands/title5' ;
23
+ import { title6 , heading6 } from '@uiw/react-md-editor/esm/commands/title6' ;
24
24
import { table } from '@uiw/react-md-editor/esm/commands/table' ;
25
25
import { issue } from '@uiw/react-md-editor/esm/commands/issue' ;
26
26
import { help } from '@uiw/react-md-editor/esm/commands/help' ;
@@ -117,6 +117,13 @@ declare module '@uiw/react-md-editor/commands' {
117
117
title4 ,
118
118
title5 ,
119
119
title6 ,
120
+ heading ,
121
+ heading1 ,
122
+ heading2 ,
123
+ heading3 ,
124
+ heading4 ,
125
+ heading5 ,
126
+ heading6 ,
120
127
bold ,
121
128
codeBlock ,
122
129
comment ,
0 commit comments