UNPKG

linkmore-design

Version:

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

12 lines (11 loc) β€’ 324 B
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;