// Types import type { AnchorHTMLAttributes, ClassAttributes } from 'react'; export type FileAttributes = | AnchorHTMLAttributes & ClassAttributes;