From 6527a311a3af45078c97ca2013b136e6de70720d Mon Sep 17 00:00:00 2001 From: ChronosMasterOfAllTime Date: Fri, 26 Feb 2021 09:06:01 -0600 Subject: [PATCH] #307 - add optional icon field to ToolbarIcon interface in easymde.d.ts --- types/easymde.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/easymde.d.ts b/types/easymde.d.ts index 98a6a95..81414e4 100644 --- a/types/easymde.d.ts +++ b/types/easymde.d.ts @@ -141,6 +141,7 @@ declare namespace EasyMDE { title: string; noDisable?: boolean; noMobile?: boolean; + icon?: string; } interface ImageTextsOptions {