Files
vxe-table/types/toolbar.d.ts
xuliangzhan d9b4419c56 优化重构
2020-03-17 18:34:03 +08:00

18 lines
384 B
TypeScript

import { VXETableModule } from './component';
/**
* 工具栏
*/
export declare class Toolbar extends VXETableModule {
id?: string;
loading?: boolean;
resizable?: boolean | any;
refresh?: boolean | any;
import?: boolean | any;
export?: boolean | any;
zoom?: boolean | any;
setting?: boolean | any;
custom?: boolean | any;
buttons?: any[];
perfect?: boolean;
}