UNPKG

@postenbring/hedwig-react

Version:

React components for [Hedwig Design System](https://github.com/bring/hedwig-design-system).

7 lines 292 B
export interface TabsContextProps { activeTabId: string; toggleActiveTabId: (tabId: string) => void; } export declare const TabsContext: import("react").Context<TabsContextProps | null>; export declare function useTabsContext(): TabsContextProps; //# sourceMappingURL=context.d.ts.map