UNPKG

soda-material

Version:

A component library that may follow [material design 3](https://m3.material.io/components) (a.k.a. material you)

5 lines (4 loc) 172 B
/** * warn: this is m2 ripple effect */ export declare function rippleEffect<E extends HTMLElement>(ele: E, duration?: number, color?: string): (() => void) | undefined;