mui-simple
Version:
Override mui components to simplify usage
15 lines • 564 B
TypeScript
import React from 'react';
import { DrawerProps, SwipeableDrawerProps, BoxProps } from '@mui/material';
export declare const Drawer: React.FC<DrawerProps & {
isMiniPersistent?: boolean;
bgColor?: string;
}>;
export declare const SwipeableDrawer: React.FC<SwipeableDrawerProps & {
isMiniPersistent?: boolean;
bgColor?: string;
}>;
export declare const ContentWrapper: import("@emotion/styled").StyledComponent<any, {}, {}>;
export declare const DrawerHeader: React.FC<BoxProps & {
anchor?: string;
}>;
//# sourceMappingURL=Drawer.styled.d.ts.map