UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

14 lines (13 loc) 636 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FileDropComponent { readonly fileUpload: EventEmitter<File>; dropMessage: string; enabled: boolean; isDropTarget: boolean; onDragOver(event: any): void; onDragLeave(event: any): void; onDrop(event: any): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<FileDropComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FileDropComponent, "ngx-chat-filedrop", never, { "dropMessage": "dropMessage"; "enabled": "enabled"; }, { "fileUpload": "fileUpload"; }, never, ["*"], false, never>; }