UNPKG

tdesign-vue-next

Version:
38 lines (33 loc) 672 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var enhancedTableProps = { beforeDragSort: { type: Function }, expandedTreeNodes: { type: Array, "default": void 0 }, defaultExpandedTreeNodes: { type: Array, "default": function _default() { return []; } }, tree: { type: Object }, treeExpandAndFoldIcon: { type: Function }, onAbnormalDragSort: Function, onExpandedTreeNodesChange: Function, onTreeExpandChange: Function }; exports["default"] = enhancedTableProps; //# sourceMappingURL=enhanced-table-props.js.map