import type { ShortcutConfig } from "./types.js"; /** * Declarative shortcut registration composable. * Registers all shortcuts via ShortcutStore in a single `$effect` and * automatically unregisters them when the component is destroyed. * * Must be called at component initialization time (top-level in `