Buckets:
| export interface MenuItemClasses { | |
| /** Styles applied to the root element. */ | |
| root: string; | |
| /** State class applied to the root element if keyboard focused. */ | |
| focusVisible: string; | |
| /** Styles applied to the root element if dense. */ | |
| dense: string; | |
| /** State class applied to the root element if `disabled={true}`. */ | |
| disabled: string; | |
| /** Styles applied to the root element if `divider={true}`. */ | |
| divider: string; | |
| /** Styles applied to the inner `component` element unless `disableGutters={true}`. */ | |
| gutters: string; | |
| /** State class applied to the root element if `selected={true}`. */ | |
| selected: string; | |
| } | |
| export type MenuItemClassKey = keyof MenuItemClasses; | |
| export declare function getMenuItemUtilityClass(slot: string): string; | |
| declare const menuItemClasses: MenuItemClasses; | |
| export default menuItemClasses; |
Xet Storage Details
- Size:
- 841 Bytes
- Xet hash:
- 22b0533492ce79a2994f5f0682877fd074961ced466b4aeb70631291d7b8c7b0
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.