mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-07 01:54:27 -06:00
Merge pull request #308 from ChronosMasterOfAllTime/307-fix-toolbaricon-typing
Resolve Issue #307 - add optional icon field to ToolbarIcon interface in easymde.d.ts
This commit is contained in:
commit
95b848a825
1
types/easymde.d.ts
vendored
1
types/easymde.d.ts
vendored
@ -141,6 +141,7 @@ declare namespace EasyMDE {
|
|||||||
title: string;
|
title: string;
|
||||||
noDisable?: boolean;
|
noDisable?: boolean;
|
||||||
noMobile?: boolean;
|
noMobile?: boolean;
|
||||||
|
icon?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ImageTextsOptions {
|
interface ImageTextsOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user