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