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