Spaces:
Sleeping
Sleeping
File size: 148 Bytes
56fda74 | 1 2 | export default function generateUtilityClasses<T extends string>(componentName: string, slots: T[], globalStatePrefix?: string): Record<T, string>;
|