mui-simple
Version:
Override mui-v7 components to simplify usage
11 lines • 340 B
TypeScript
import type { SxProps, Theme } from '@mui/material';
interface DrawerStylesProps {
theme?: Theme;
open?: boolean;
bgColor?: string;
isMiniPersistent?: boolean;
drawerWidth?: number | string;
}
export declare function drawerStyles(props: DrawerStylesProps): SxProps;
export {};
//# sourceMappingURL=Drawer.styles.d.ts.map