Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
12
frontend/node_modules/file-selector/dist/file-selector.d.ts
generated
vendored
12
frontend/node_modules/file-selector/dist/file-selector.d.ts
generated
vendored
@@ -1,12 +0,0 @@
|
||||
import { FileWithPath } from './file';
|
||||
/**
|
||||
* Convert a DragEvent's DataTrasfer object to a list of File objects
|
||||
* NOTE: If some of the items are folders,
|
||||
* everything will be flattened and placed in the same list but the paths will be kept as a {path} property.
|
||||
*
|
||||
* EXPERIMENTAL: A list of https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle objects can also be passed as an arg
|
||||
* and a list of File objects will be returned.
|
||||
*
|
||||
* @param evt
|
||||
*/
|
||||
export declare function fromEvent(evt: Event | any): Promise<(FileWithPath | DataTransferItem)[]>;
|
||||
Reference in New Issue
Block a user