/**
* Html data-* attributes
* @description All keys with defined values will be mapped injected into html element as data-{key} attributes
*/
export type DataAttributes = {
/** Single data-* attribute value */
[key: string]: unknown;
};
//# sourceMappingURL=dataAttributes.d.ts.map