UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

3 lines (2 loc) 157 B
import { QRL } from '@builder.io/qwik'; export declare const useDebounce: (fn: QRL<(args: unknown) => void>, delay: number) => QRL<(args: unknown) => void>;