We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e17fc commit 0724eacCopy full SHA for 0724eac
src/plugin/icon-plugin.ts
@@ -11,7 +11,7 @@ export default interface IconPlugin extends BasePlugin {
11
12
open: boolean
13
14
- icon: string
+ icon: () => string
15
16
onEnabledChange?: (value: boolean, e: MouseEvent) => void
17
onIconClick?: (e: MouseEvent) => void
0 commit comments