razor-shared-library
Version:
13 lines (12 loc) • 988 B
TypeScript
import { SxProps } from '@mui/material';
export declare const selectedStyles: SxProps;
export declare const drawerSx: (isOpen: boolean, width: number, collapsedWidth: number, top: number, backgroundColor?: string, fontColor?: string) => SxProps;
export declare const groupTitleSx: SxProps;
export declare const menuItemButtonSx: (selected: boolean, isOpen: boolean, selectedColor: string) => SxProps;
export declare const menuItemIconSx: (isOpen: boolean) => SxProps;
export declare const submenuItemSx: (selected: boolean, selectedColor: string) => SxProps;
export declare const popupItemSx: (selected: boolean, selectedColor: string) => SxProps;
export declare const popupListItemTextSx: SxProps;
export declare const MenuGroupContainer: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
isOpen: boolean;
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;