import { Optional } from "@bodynarf/utils"; import { DataAttributes } from "../types"; /** * Map object with key-value pairs to html data attributes format * @param dataAttributes Object with data attribute values * @returns Object that could be injected into react html element as data-* attribute values */ export declare const mapDataAttributes: (dataAttributes: Optional) => object; //# sourceMappingURL=dataAttributes.d.ts.map