UNPKG

vxe-table-select-area

Version:

一个基于 vxe-table 的可区域选中复制、粘贴的组件

22 lines (20 loc) 412 B
import { VXETableComponent } from './component' /** * 开关 */ export declare class Switch extends VXETableComponent { /** * 绑定值 */ value?: string | number | boolean; /** * 是否禁用 */ disabled?: boolean; openLabel?: string; closeLabel?: string; openValue?: string | number | boolean; closeValue?: string | number | boolean; openIcon?: string; closeIcon?: string; }