UNPKG

@mui/core

Version:

Unstyled React components with which to implement custom design systems.

2 lines (1 loc) 255 B
export default function composeClasses<ClassKey extends string>(slots: Record<ClassKey, ReadonlyArray<string | false | undefined | null>>, getUtilityClass: (slot: string) => string, classes: Record<string, string> | undefined): Record<ClassKey, string>;