UNPKG

@solfacil/girassol

Version:
17 lines (16 loc) 300 B
export type TabList = { label: string; disabled?: boolean; active?: boolean; key: string; gtmId?: string; }; export interface Tabs { id: string; tabList: TabList[]; onlyLine?: boolean; gtmId?: string; } export interface TabItem extends TabList { id: string; }