UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

13 lines (12 loc) β€’ 351 B
import React from 'react'; declare const DraggableContainer: ({ keys, onSortEnd, virtual, rowKey, options, tableWidth, columns, ...props }: { [x: string]: any; keys: any; onSortEnd: any; virtual: any; rowKey: any; options: any; tableWidth: any; columns: any; }) => React.JSX.Element; export default DraggableContainer;