UNPKG

@tiiqu/ui

Version:

A customizable, accessible, and developer-friendly React UI component library powered by Tailwind CSS, TypeScript, and Vite

3 lines (2 loc) 116 B
import { MouseEvent } from 'react'; export declare const useRipple: () => (event: MouseEvent<HTMLElement>) => void;