tdesign-vue
Version:
36 lines (33 loc) • 632 B
JavaScript
/**
* tdesign v1.14.1
* (c) 2025 tdesign
* @license MIT
*/
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
};
export { enhancedTableProps as default };
//# sourceMappingURL=enhanced-table-props.js.map