mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-27 13:11:01 -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;
|
||||
element?: HTMLElement;
|
||||
forceSync?: boolean;
|
||||
hideIcons?: ReadonlyArray<string>;
|
||||
hideIcons?: ReadonlyArray<ToolbarButton>;
|
||||
indentWithTabs?: boolean;
|
||||
initialValue?: string;
|
||||
insertTexts?: InsertTextOptions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user