mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-03 08:04:29 -06:00
Add cleanup function to TypeScript definition
This commit is contained in:
parent
c1d35b04c5
commit
cb351333d1
2
types/easymde.d.ts
vendored
2
types/easymde.d.ts
vendored
@ -233,6 +233,8 @@ declare class EasyMDE {
|
|||||||
|
|
||||||
codemirror: CodeMirror.Editor;
|
codemirror: CodeMirror.Editor;
|
||||||
|
|
||||||
|
cleanup(): void;
|
||||||
|
|
||||||
toTextArea(): void;
|
toTextArea(): void;
|
||||||
|
|
||||||
isPreviewActive(): boolean;
|
isPreviewActive(): boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user