UNPKG

@sertec/button

Version:
8 lines (7 loc) 440 B
import { Ref, RefObject } from 'react'; import { GlobalShortcuts } from './types.js'; export declare function useShortcut(refs: RefObject<HTMLElement>[] | Ref<HTMLElement>[], globalShortcuts?: GlobalShortcuts[], debug?: boolean): { refs: RefObject<HTMLElement>[] | Ref<HTMLElement>[]; refs_as_ref: RefObject<RefObject<HTMLElement>[] | Ref<HTMLElement>[]>; addRefs: (e: RefObject<HTMLElement>[] | Ref<HTMLElement>[]) => void; };