2 lines
129 B
TypeScript
2 lines
129 B
TypeScript
export declare function useShortcuts(shortcuts: Record<string, () => void>, rootRef: React.RefObject<HTMLElement | null>): void;
|