UNPKG

@material-ui/core

Version:

Quickly build beautiful React apps. Material-UI 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.

9 lines (8 loc) 386 B
export interface DialogContentTextClasses { /** Styles applied to the root element. */ root: string; } export declare type DialogContentTextClassKey = keyof DialogContentTextClasses; export declare function getDialogContentTextUtilityClass(slot: string): string; declare const dialogContentTextClasses: DialogContentTextClasses; export default dialogContentTextClasses;