export interface FileDroppableState {
    dragOver: boolean;
    message?: React.ReactNode;
}
