All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.upload.d.ts Maven / Gradle / Ivy

The newest version!
interface uploadInit {
    clickInit?: MouseEventInit;
    changeInit?: EventInit;
}
interface uploadOptions {
    applyAccept?: boolean;
}
declare function upload(element: HTMLElement, fileOrFiles: File | File[], init?: uploadInit, { applyAccept }?: uploadOptions): void;
export { upload };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy