Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
5
frontend/node_modules/react-dnd/dist/hooks/useDrag/useDragSource.d.ts
generated
vendored
5
frontend/node_modules/react-dnd/dist/hooks/useDrag/useDragSource.d.ts
generated
vendored
@@ -1,5 +0,0 @@
|
||||
import type { Connector } from '../../internals/index.js';
|
||||
import type { DragSourceMonitor } from '../../types/index.js';
|
||||
import type { DragSourceHookSpec } from '../types.js';
|
||||
import { DragSourceImpl } from './DragSourceImpl.js';
|
||||
export declare function useDragSource<O, R, P>(spec: DragSourceHookSpec<O, R, P>, monitor: DragSourceMonitor<O, R>, connector: Connector): DragSourceImpl<O, R, P>;
|
||||
Reference in New Issue
Block a user