export interface FileInputChanged {
    source: any;
    fileInput: any;
    dropEvent?: DragEvent;
}
