UNPKG

tweakpane-plugin-chromatic

Version:
9 lines (8 loc) 361 B
import { BladeApi, LabelController } from '@tweakpane/core'; import { PluginController } from './controller'; export declare class PluginApi extends BladeApi<LabelController<PluginController>> { get label(): string | null | undefined; set label(label: string | null | undefined); get colors(): Array<string>; set colors(value: Array<string>); }