tdesign-vue-next
Version:
TDesign Component for vue-next
38 lines (33 loc) • 672 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
;
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