diff --git a/src/panels/config/config.ts b/src/panels/config/config.ts index 87b7c2330..c8bfcc444 100644 --- a/src/panels/config/config.ts +++ b/src/panels/config/config.ts @@ -12,6 +12,7 @@ const prv = 'preview'; interface ButtonProps { id?: string; active?: boolean; + label?: string; togglable?: boolean; className?: string; command?: string | (() => any);