import type { Ref } from 'vue'; export interface NavbarInjection { collapsible: Ref; open: Ref; onItemClick: (event: Event) => void; }