UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

27 lines (22 loc) 491 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var enhancedTableProps = { beforeDragSort: { type: Function }, tree: { type: Object }, treeExpandAndFoldIcon: { type: Function }, onAbnormalDragSort: Function, onTreeExpandChange: Function }; exports["default"] = enhancedTableProps; //# sourceMappingURL=enhanced-table-props.js.map