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:
parent
ce4171a3b7
commit
88a1411462
2
types/easymde.d.ts
vendored
2
types/easymde.d.ts
vendored
@ -108,6 +108,8 @@ declare namespace EasyMDE {
|
||||
tabSize?: number;
|
||||
toolbar?: boolean|ReadonlyArray<string|ToolbarIcon>;
|
||||
toolbarTips?: boolean;
|
||||
onToggleFullScreen?: (goingIntoFullScreen: boolean) => void;
|
||||
theme?: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user