Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"
This reverts commit c92f4a5edd.
This commit is contained in:
13
frontend/node_modules/react-dnd-html5-backend/dist/NativeDragSources/NativeDragSource.d.ts
generated
vendored
Normal file
13
frontend/node_modules/react-dnd-html5-backend/dist/NativeDragSources/NativeDragSource.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { DragDropMonitor } from 'dnd-core';
|
||||
import type { NativeItemConfig } from './nativeTypesConfig.js';
|
||||
export declare class NativeDragSource {
|
||||
item: any;
|
||||
private config;
|
||||
constructor(config: NativeItemConfig);
|
||||
private initializeExposedProperties;
|
||||
loadDataTransfer(dataTransfer: DataTransfer | null | undefined): void;
|
||||
canDrag(): boolean;
|
||||
beginDrag(): any;
|
||||
isDragging(monitor: DragDropMonitor, handle: string): boolean;
|
||||
endDrag(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user