UNPKG

@spark-web/utils

Version:

--- title: Utilities isExperimentalPackage: true ---

3 lines (2 loc) 171 B
export declare type DataAttributeMap = Record<string, string | number | boolean>; export declare const buildDataAttributes: (data?: DataAttributeMap) => DataAttributeMap;