2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-06 01:24:28 -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:
Jeroen Akkerman 2021-02-26 17:13:21 +01:00 committed by GitHub
commit 95b848a825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {