Files
est-frame/node_modules/@restart/ui/cjs/DataKey.d.ts
2025-10-22 05:38:27 +00:00

5 lines
261 B
TypeScript
Executable File

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}`;