2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

Add minHeight to typings for Typescript

This commit is contained in:
Tristan Pouliquen 2019-04-05 16:17:49 +02:00
parent 0a952f8cd2
commit 49b87e2cd7

1
types/easymde.d.ts vendored
View File

@ -98,6 +98,7 @@ declare namespace EasyMDE {
initialValue?: string; initialValue?: string;
insertTexts?: InsertTextOptions; insertTexts?: InsertTextOptions;
lineWrapping?: boolean; lineWrapping?: boolean;
minHeight?: string;
parsingConfig?: ParsingOptions; parsingConfig?: ParsingOptions;
placeholder?: string; placeholder?: string;
previewRender?: (markdownPlaintext: string, previewElement: HTMLElement) => string; previewRender?: (markdownPlaintext: string, previewElement: HTMLElement) => string;