Merge pull request #488 from LoyalPotato/master

pull/492/head
Jeroen Akkerman 2 years ago committed by GitHub
commit d22fd40625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save