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