2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

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

Add the cleanup function to TypeScript definition
This commit is contained in:
Jeroen Akkerman 2021-06-16 21:30:43 +02:00 committed by GitHub
commit 3e403d9712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/easymde.d.ts vendored
View File

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