UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

6 lines (5 loc) • 262 B
import React from 'react'; export default function RippleWrapper({ children, className, isEnable, color, fullWidth, ...rest }: React.HTMLAttributes<HTMLDivElement> & { isEnable?: boolean; fullWidth?: boolean; }): import("react/jsx-runtime").JSX.Element;