export type DataAttributes = { [key: `data-${string}`]: string | number | boolean | undefined; };