Skip to content

Commit

Permalink
Merge pull request #488 from LoyalPotato/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionaru authored Jul 28, 2022
2 parents 03f018a + 9ddbc4a commit d22fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/easymde.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d22fd40

Please sign in to comment.