Expose the `"upload-image"` variant for `ToolbarButton`

pull/520/head
Vadym Borodin 1 year ago
parent 041594ae4a
commit cb5564e1b2

@ -209,6 +209,7 @@ new EasyMDE({
'unordered-list',
'ordered-list',
'table',
'upload-image',
'|',
'link',
],

@ -35,6 +35,7 @@ type ToolbarButton =
| 'ordered-list'
| 'link'
| 'image'
| 'upload-image'
| 'strikethrough'
| 'code'
| 'table'

Loading…
Cancel
Save