linkmore-design
Version:
π πlmη»δ»ΆεΊγπ
12 lines (11 loc) β’ 324 B
TypeScript
import React from 'react';
declare const DraggableContainer: ({ keys, onSortEnd, virtual, rowKey, options, tableWidth, ...props }: {
[x: string]: any;
keys: any;
onSortEnd: any;
virtual: any;
rowKey: any;
options: any;
tableWidth: any;
}) => React.JSX.Element;
export default DraggableContainer;