lingjing/node_modules/next/dist/next-devtools/dev-overlay/hooks/use-shortcuts.d.ts
2026-02-23 09:51:43 +00:00

2 lines
129 B
TypeScript

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