Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
8
frontend/node_modules/@react-dnd/asap/dist/RawTask.d.ts
generated
vendored
8
frontend/node_modules/@react-dnd/asap/dist/RawTask.d.ts
generated
vendored
@@ -1,8 +0,0 @@
|
||||
import type { Task, TaskFn } from 'types';
|
||||
export declare class RawTask implements Task {
|
||||
private onError;
|
||||
private release;
|
||||
task: TaskFn | null;
|
||||
constructor(onError: (err: any) => void, release: (t: RawTask) => void);
|
||||
call(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user