/** * KTUI - Free & Open-Source Tailwind UI Components by Keenthemes * Copyright 2025 by Keenthemes Inc */ export interface KTTabsConfigInterface { hiddenClass: string; } export interface KTTabsInterface { show(tabElement: HTMLElement): void; isShown(tabElement: HTMLElement): boolean; } //# sourceMappingURL=types.d.ts.map