UNPKG

@material-ui/lab

Version:

Material-UI Lab - Incubator for Material-UI React components.

5 lines (4 loc) 217 B
import * as React from 'react'; import { MobileWrapperProps, PrivateWrapperProps } from './WrapperProps'; declare const MobileWrapper: React.FC<MobileWrapperProps & PrivateWrapperProps>; export default MobileWrapper;