UNPKG

tdesign-vue

Version:
40 lines (35 loc) 710 B
/** * tdesign v1.11.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var enhancedTableProps = { beforeDragSort: { type: Function }, expandedTreeNodes: { type: Array, "default": function _default() { return []; } }, 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