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.

11 lines (10 loc) 387 B
export interface PopoverClasses { /** Styles applied to the root element. */ root: string; /** Styles applied to the Paper component. */ paper: string; } export declare type PopoverClassKey = keyof PopoverClasses; export declare function getPopoverUtilityClass(slot: string): string; declare const popoverClasses: PopoverClasses; export default popoverClasses;