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.

9 lines (8 loc) 318 B
export interface CardContentClasses { /** Class name applied to the root element. */ root: string; } export type CardContentClassKey = keyof CardContentClasses; export declare function getCardContentUtilityClass(slot: string): string; declare const cardClasses: CardContentClasses; export default cardClasses;