UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

8 lines (7 loc) 278 B
/** * warn: this is m2 ripple effect */ export declare function ripple(ele: HTMLElement, duration?: number, color?: string): { cleanup: () => void; rippleAt: (rippleX: number, rippleY: number, autoRemove?: boolean) => (onFinish?: VoidFunction) => void; } | undefined;