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.

13 lines (12 loc) 400 B
export interface SwitchBaseClasses { root: string; checked: string; disabled: string; input: string; edgeStart: string; edgeEnd: string; } export declare type SwitchBaseClassKey = keyof SwitchBaseClasses; export declare function getSwitchBaseUtilityClass(slot: string): string; declare const switchBaseClasses: SwitchBaseClasses; export default switchBaseClasses;