UNPKG

@material-ui/unstyled

Version:

Unstyled React components with which to implement custom design systems.

2 lines (1 loc) 121 B
export default function generateUtilityClasses<T extends string>(componentName: string, slots: T[]): Record<T, string>;