UNPKG

tonami

Version:

Minimal CSS-in-JS library that promotes CSS best-practices and strongly-typed design systems.

5 lines (4 loc) 127 B
/** * @returns A unique classname for a style object */ export declare function getUniqueClassName(str: string): string;