You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
261 B

export declare const ATTRIBUTE_PREFIX: "data-rr-ui-";
export declare const PROPERTY_PREFIX: "rrUi";
export declare function dataAttr<T extends string>(property: T): `data-rr-ui-${T}`;
export declare function dataProp<T extends string>(property: T): `rrUi${T}`;