mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 15:44: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:
commit
3e403d9712
2
types/easymde.d.ts
vendored
2
types/easymde.d.ts
vendored
@ -233,6 +233,8 @@ declare class EasyMDE {
|
||||
|
||||
codemirror: CodeMirror.Editor;
|
||||
|
||||
cleanup(): void;
|
||||
|
||||
toTextArea(): void;
|
||||
|
||||
isPreviewActive(): boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user