| Current Path : /home/emeraadmin/www/node_modules/react-dnd/lib/decorators/ |
| Current File : /home/emeraadmin/www/node_modules/react-dnd/lib/decorators/DragLayer.d.ts |
import { DndOptions } from '../interfaces';
import { DragLayerCollector, DndComponentEnhancer } from './interfaces';
export declare function DragLayer<RequiredProps, CollectedProps = any>(collect: DragLayerCollector<RequiredProps, CollectedProps>, options?: DndOptions<RequiredProps>): DndComponentEnhancer<CollectedProps>;