import type { Ref } from 'vue'; export interface TabsInjection { active: Ref; setActive: (id: string) => void; synchronize: () => void; }