@hakuna-matata-ui/hooks
Version:
React hooks for Chakra components
11 lines • 493 B
TypeScript
/**
* Credit goes to `framer-motion` of this useful utilities.
* License can be found here: https://github.com/framer/motion
*/
import { EventListenerWithPointInfo } from "@hakuna-matata-ui/utils";
import { EventListenerEnv } from "./use-event-listener";
/**
* @internal
*/
export declare function usePointerEvent(env: EventListenerEnv, eventName: string, handler: EventListenerWithPointInfo, options?: AddEventListenerOptions): () => void;
//# sourceMappingURL=use-pointer-event.d.ts.map