UNPKG

react-ripple-click

Version:
4 lines (3 loc) 158 B
import { type FunctionComponent } from 'react'; export type RippleProps = Record<string, never>; export declare const Ripple: FunctionComponent<RippleProps>;