UNPKG

@mui/joy

Version:

Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.

8 lines (7 loc) 210 B
export interface BoxClasses { /** Class name applied to the root element. */ root: string; } export type BoxClassKey = keyof BoxClasses; declare const boxClasses: BoxClasses; export default boxClasses;