Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"
This reverts commit c92f4a5edd.
This commit is contained in:
3
frontend/node_modules/react-dnd/dist/internals/registration.d.ts
generated
vendored
Normal file
3
frontend/node_modules/react-dnd/dist/internals/registration.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { DragDropManager, DragSource, DropTarget, Identifier, SourceType, TargetType, Unsubscribe } 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