2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-14 13:34:28 -06:00

#307 - add optional icon field to ToolbarIcon interface in easymde.d.ts

This commit is contained in:
ChronosMasterOfAllTime 2021-02-26 09:06:01 -06:00
parent 8fa54c496f
commit 6527a311a3

1
types/easymde.d.ts vendored
View File

@ -141,6 +141,7 @@ declare namespace EasyMDE {
title: string;
noDisable?: boolean;
noMobile?: boolean;
icon?: string;
}
interface ImageTextsOptions {