UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

13 lines (12 loc) 281 B
import type { RhTab } from './rh-tab.js'; export interface RhTabsContext { activeTab?: RhTab; firstTab?: RhTab; lastTab?: RhTab; box?: 'box' | 'inset'; manual: boolean; vertical: boolean; } export declare const context: { __context__: RhTabsContext; };