Created
February 14, 2019 03:24
-
-
Save mstssk/c94c9663ab0a2765958a90908fcca50f to your computer and use it in GitHub Desktop.
Type definition for https://github.com/grabantot/datatransfer-files-promise
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module "datatransfer-files-promise" { | |
export function getFilesFromDataTransferItems( | |
dataTransferItems: DataTransferItemList | ArrayLike<DataTransferItem>, | |
options?: { raw: boolean } | |
): Promise<File[]>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment