import React from 'react' import * as MUI from '@material-ui/core' import { OmitBannedProps } from '@monorail/v2/shared/helpers' export type DrawerProps = OmitBannedProps export function Drawer(props: DrawerProps) { return } ;(Drawer as any).muiName = (MUI.Drawer as any).muiName // eslint-disable-line