feat: add missing minHeight attribute to Option interface

pull/123/head
Duong Tran 5 years ago
parent 94750c8327
commit 8436f67dfb

@ -114,6 +114,7 @@ declare namespace EasyMDE {
initialValue?: string;
insertTexts?: InsertTextOptions;
lineWrapping?: boolean;
minHeight?: string;
parsingConfig?: ParsingOptions;
placeholder?: string;
previewClass?: string | ReadonlyArray<string>;

Loading…
Cancel
Save