import { ARROW_DOWN, ARROW_UP, END, HOME } from '../../utils/const.ts' export type MenuNavKeys = | typeof HOME | typeof END | typeof ARROW_DOWN | typeof ARROW_UP