mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
14 lines
261 B
TypeScript
14 lines
261 B
TypeScript
import { VXETableModule } from './component';
|
|
|
|
/**
|
|
* 按钮
|
|
*/
|
|
export declare class Button extends VXETableModule {
|
|
type?: string;
|
|
name?: string | number;
|
|
content?: string;
|
|
status?: string;
|
|
icon?: string;
|
|
disabled?: boolean;
|
|
loading?: boolean;
|
|
} |