UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

8 lines 318 B
import type { UseDraggableArguments } from '@dnd-kit/core'; import React from 'react'; import type { ChildFunction } from './types'; export declare const DraggableSortableItem: React.FC<UseDraggableArguments & { children: ChildFunction; }>; export default DraggableSortableItem; //# sourceMappingURL=index.d.ts.map