UNPKG

@playbooks/hooks

Version:

A collection of React hooks for Playbooks.

3 lines (2 loc) 142 B
export declare const useKeyDown: (method: any, listeners: any) => void; export declare const useKeyUp: (method: any, listeners: any) => void;