UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

18 lines (17 loc) 792 B
import { PropType } from 'vue'; declare const _default: { beforeDragSort: { type: PropType<(context: import("../table/type").DragSortContext<import("../table/type").TableRowData>) => boolean>; }; tree: { type: PropType<import("../table/type").TableTreeConfig>; }; treeExpandAndFoldIcon: { type: PropType<(h: typeof import("vue").h, props: { type: "expand" | "fold"; }) => import("..").SlotReturnValue>; }; onAbnormalDragSort: PropType<(context: import("../table/type").TableAbnormalDragSortContext<import("../table/type").TableRowData>) => void>; onTreeExpandChange: PropType<(context: import("../table/type").TableTreeExpandChangeContext<import("../table/type").TableRowData>) => void>; }; export default _default;