UNPKG

linkmore-design

Version:

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

5 lines (4 loc) β€’ 218 B
import React from 'react'; import type { LmDragProps } from '..'; declare const DndContainer: ({ options, rowKey, children, move, activationConstraint }: LmDragProps) => React.JSX.Element; export default DndContainer;