import type { HTMLAttributes } from 'vue'; export interface TTabBarProps extends HTMLAttributes { labels: string[]; value?: string; modelValue?: string; } //# sourceMappingURL=TTabBar.types.d.ts.map