UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 152 B
import React from 'react'; import type { TabsContextValue } from './types'; export declare const TabsContext: React.Context<Partial<TabsContextValue>>;