UNPKG

@atlaskit/tabs

Version:

Tabs are used to organize content by grouping similar information on the same page.

3 lines (2 loc) 135 B
import { type TabAttributesType } from '../types'; export declare const TabContext: import('react').Context<TabAttributesType | null>;