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.

9 lines (8 loc) 371 B
export interface BottomNavigationClasses { /** Styles applied to the root element. */ root: string; } export declare type BottomNavigationClassKey = keyof BottomNavigationClasses; export declare function getBottomNavigationUtilityClass(slot: string): string; declare const bottomNavigationClasses: BottomNavigationClasses; export default bottomNavigationClasses;