Merge pull request #339 from CamilleDrapier/add-cleanup-to-ts

Add the cleanup function to TypeScript definition
pull/348/head
Jeroen Akkerman 3 years ago committed by GitHub
commit 3e403d9712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -233,6 +233,8 @@ declare class EasyMDE {
codemirror: CodeMirror.Editor;
cleanup(): void;
toTextArea(): void;
isPreviewActive(): boolean;

Loading…
Cancel
Save