UNPKG

@mui/material

Version:

Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

11 lines (10 loc) 440 B
export interface DialogContentClasses { /** Styles applied to the root element. */ root: string; /** Styles applied to the root element if `dividers={true}`. */ dividers: string; } export declare type DialogContentClassKey = keyof DialogContentClasses; export declare function getDialogContentUtilityClass(slot: string): string; declare const dialogContentClasses: DialogContentClasses; export default dialogContentClasses;