@bothub-chat/ui
Version:
Bothub UI Components
4 lines (3 loc) • 299 B
TypeScript
import { ScrollableTabsProps } from './types';
export declare const ScrollableTabs: ({ tabs, variant, component, selectedTab, defaultTabId, fullWidth, notNullable, onClick, }: ScrollableTabsProps) => import("react/jsx-runtime").JSX.Element;
export type { ITab, ScrollableTabsProps } from './types';