@playbooks/hooks
Version:
A collection of React hooks for Playbooks.
6 lines (5 loc) • 370 B
TypeScript
export declare const useMouseDown: (method: any, listeners: any) => void;
export declare const useMouseEnter: (method: any, listeners: any) => void;
export declare const useMouseLeave: (method: any, listeners: any) => void;
export declare const useMouseUp: (method: any, listeners: any) => void;
export declare const useMouseMenu: (method: any, listeners: any) => void;