Merge pull request #308 from ChronosMasterOfAllTime/307-fix-toolbaricon-typing

Resolve Issue #307 - add optional icon field to ToolbarIcon interface in easymde.d.ts
pull/279/merge
Jeroen Akkerman 3 years ago committed by GitHub
commit 95b848a825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save