import type { FC, ReactNode } from "react"; export type FileUploadProps = { /** * The file types that the input should accept. */ accept?: string; /** * The maximum size of the file in MBs. */ maxFileSize?: number; /** * The name of the field input. */ name?: string; /** * The id of the field input. * To be used with a `