2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -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 ae44c9bf37
commit 72eae10919

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;
}
}