@uploadcare/blocks
Version:
Building blocks for Uploadcare products integration
8 lines • 328 B
TypeScript
/**
* Note: dataTransfer will be destroyed outside of the call stack. So, do not try to process it asynchronous.
*
* @param {DataTransfer} dataTransfer
* @returns {Promise<(File | String)[]>}
*/
export function getDropItems(dataTransfer: DataTransfer): Promise<(File | string)[]>;
//# sourceMappingURL=getDropItems.d.ts.map