2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-22 09:24:28 -06:00

Update types/easymde.d.ts

Co-Authored-By: FranklinWhale <FranklinWhale@users.noreply.github.com>
This commit is contained in:
Jeroen Akkerman 2019-01-16 23:04:19 +08:00 committed by GitHub
parent ce4171a3b7
commit 88a1411462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/easymde.d.ts vendored
View File

@ -108,6 +108,8 @@ declare namespace EasyMDE {
tabSize?: number;
toolbar?: boolean|ReadonlyArray<string|ToolbarIcon>;
toolbarTips?: boolean;
onToggleFullScreen?: (goingIntoFullScreen: boolean) => void;
theme?: string;
}
}