UNPKG

ngx-dropzone-next

Version:

A highly configurable dropzone component for Angular.

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