UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

6 lines 257 B
import type { ComponentType } from 'react'; import type { BoxProps } from '@mui/material'; type WrapperStyledPropsType = BoxProps; export declare const Wrapper: ComponentType<WrapperStyledPropsType>; export {}; //# sourceMappingURL=RippleBox.styled.d.ts.map