export interface FileDropContextValue { isDragging: boolean; files: File[]; }