UNPKG

wx-gantt-store

Version:

11 lines (10 loc) 249 B
export interface IButtonConfig { id?: string; comp: string; text?: string; icon?: string; type?: string; menuText?: string; check?: (params: any) => boolean; } export declare const defaultToolbarButtons: IButtonConfig[];