export function useKeyboardNavigation(options?: any) { return { activeIndex: 0, setActiveIndex: () => {} }; } export default useKeyboardNavigation;