UNPKG

@mui/core

Version:

Unstyled React components with which to implement custom design systems.

7 lines (6 loc) 211 B
declare const ClassNameGenerator: { configure(generator: (componentName: string) => string): void; generate(componentName: string): string; reset(): void; }; export default ClassNameGenerator;