@n8d/htwoo-core
Version:
hTWOo is a Fluent Design Framework purely in HTML and CSS
14 lines (13 loc) • 362 B
TypeScript
export class FileUploadHandler {
constructor(htmlElement: any);
_files: any[];
_fileLable: any;
_fileControl: any;
_originalFileControl: any;
_infileOutput: any;
dragOver: (event: any) => void;
dragLeave: (event: any) => void;
dragDrop: (event: any) => void;
fileChangedEvent: (event: any) => void;
_fileLabel: any;
}