tdesign-vue-next
Version:
TDesign Component for vue-next
34 lines (31 loc) • 594 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
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
};
export { enhancedTableProps as default };
//# sourceMappingURL=enhanced-table-props.js.map