react-dnd
Version:
Drag and Drop for React
4 lines (3 loc) • 318 B
TypeScript
import { DndOptions } from '../index';
import { DragLayerCollector, DndComponentEnhancer } from './interfaces';
export declare function DragLayer<RequiredProps, CollectedProps = {}>(collect: DragLayerCollector<RequiredProps, CollectedProps>, options?: DndOptions<RequiredProps>): DndComponentEnhancer<CollectedProps>;