UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

7 lines 310 B
import React from 'react'; import type { PropsWithChildren } from 'react'; import type { RippleBoxProps } from '../../decs'; declare const RippleBox: React.FC<PropsWithChildren<RippleBoxProps>>; export type { RippleBoxProps } from '../../decs'; export default RippleBox; //# sourceMappingURL=RippleBox.d.ts.map