UNPKG

ngx-dropzone-next

Version:

A highly configurable dropzone component for Angular.

4 lines (3 loc) 266 B
import type { NgxDropzoneComponent } from './ngx-dropzone.component'; export declare function onDropImpl(ctx: NgxDropzoneComponent, dataTransfer: DataTransfer): Promise<void>; export declare function handleFileDrop(ctx: NgxDropzoneComponent, files: FileList): void;