mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-27 21:21:02 -06:00
Fix type for hideIcons
This commit is contained in:
parent
03f018a472
commit
9ddbc4a585
2
types/easymde.d.ts
vendored
2
types/easymde.d.ts
vendored
@ -183,7 +183,7 @@ declare namespace EasyMDE {
|
|||||||
blockStyles?: BlockStyleOptions;
|
blockStyles?: BlockStyleOptions;
|
||||||
element?: HTMLElement;
|
element?: HTMLElement;
|
||||||
forceSync?: boolean;
|
forceSync?: boolean;
|
||||||
hideIcons?: ReadonlyArray<string>;
|
hideIcons?: ReadonlyArray<ToolbarButton>;
|
||||||
indentWithTabs?: boolean;
|
indentWithTabs?: boolean;
|
||||||
initialValue?: string;
|
initialValue?: string;
|
||||||
insertTexts?: InsertTextOptions;
|
insertTexts?: InsertTextOptions;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user