UNPKG

@wulperstudio/cms

Version:
6 lines (5 loc) 195 B
import { BoxProps, SwipeableDrawerProps } from '@mui/material'; export interface SwipeableLargeDrawerModel extends SwipeableDrawerProps { height?: string; contentSwipeProps?: BoxProps; }