UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 240 B
/** * Attaches drag & drop to an element * @param {HTMLElement} el * @param {(data: any) => void} data */ export function uploadViaElement(el: HTMLElement, data: (data: any) => void): void; //# sourceMappingURL=uploadViaElement.d.ts.map