UNPKG

use-wave

Version:

The material-ripple hook for React that actually works

4 lines (3 loc) 153 B
import { IWaveOptions } from './options'; declare const wave: (event: PointerEvent, el: HTMLElement, options: IWaveOptions) => void; export { wave };