/** * diwa-tabs — Public TypeScript types */ export interface TabsUpdateEventDetail { activeTabIndex: number; } //# sourceMappingURL=types.d.ts.map