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

scrollbar style in options type

This commit is contained in:
Daniel Calbet 2020-10-04 06:38:01 +00:00
parent eabb23fd3e
commit 3517348ef7

1
types/easymde.d.ts vendored
View File

@ -198,6 +198,7 @@ declare namespace EasyMDE {
toolbarTips?: boolean;
onToggleFullScreen?: (goingIntoFullScreen: boolean) => void;
theme?: string;
scrollbarStyle?: string;
uploadImage?: boolean;
imageMaxSize?: number;