UNPKG

vxe-table-plugin-iview

Version:

基于 vxe-table 的表格适配插件,用于兼容 iview、view-design 组件库

11 lines (8 loc) 270 B
import { VXETableCore } from 'vxe-table' /** * 基于 vxe-table 的表格适配插件,用于兼容 iview、view-design 组件库 */ export declare const VXETablePluginIView: { install (vxetable: VXETableCore): void } export default VXETablePluginIView