This commit is contained in:
3
node_modules/react-dnd/lib/internals/registration.d.ts
generated
vendored
Normal file
3
node_modules/react-dnd/lib/internals/registration.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { DragDropManager, DropTarget, Unsubscribe, Identifier, TargetType, SourceType, DragSource } from 'dnd-core';
|
||||
export declare function registerTarget(type: TargetType, target: DropTarget, manager: DragDropManager): [Identifier, Unsubscribe];
|
||||
export declare function registerSource(type: SourceType, source: DragSource, manager: DragDropManager): [Identifier, Unsubscribe];
|
||||
Reference in New Issue
Block a user