UNPKG

@material-ui/lab

Version:

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

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