UNPKG

376 BTypeScriptView Raw
1import { DragLayerCollector, DndComponentEnhancer, DndOptions } from './types';
2/**
3 * @param collect The props collector function
4 * @param options The DnD options
5 */
6export declare function DragLayer<RequiredProps, CollectedProps = any>(collect: DragLayerCollector<RequiredProps, CollectedProps>, options?: DndOptions<RequiredProps>): DndComponentEnhancer<CollectedProps>;