mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
18 lines
384 B
TypeScript
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;
|
|
} |