UNPKG

flowbite-ts-test

Version:

The most popular library of interactive components built with Tailwind CSS

13 lines 368 B
import { TabsInterface } from './interface'; export declare type TabsOptions = { defaultTabId?: string; activeClasses?: string; inactiveClasses?: string; onShow?: (tabs: TabsInterface, tab: TabItem) => void; }; export declare type TabItem = { id: string; triggerEl: HTMLElement; targetEl: HTMLElement; }; //# sourceMappingURL=types.d.ts.map