UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

5 lines (4 loc) 230 B
import React from 'react'; import type { TabsProps } from './components/Tabs'; export declare function useTabsContext(): TabsProps; export declare function TabsProvider(props: React.PropsWithChildren<TabsProps>): JSX.Element;