UNPKG

tonami

Version:

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

8 lines (7 loc) 168 B
declare const benchmark: { store: Record<string, number[]>; active: {}; time: (name: string) => void; info: () => void; }; export { benchmark };