UNPKG

wavyjs

Version:

Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.

3 lines 138 B
declare function useToggle(initialValue?: boolean): (boolean | (() => void))[]; export { useToggle }; //# sourceMappingURL=Toggle.d.ts.map