UNPKG

@atlaskit/tabs

Version:

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

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