UNPKG

ivt

Version:

Ivt Components Library

11 lines (8 loc) 774 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as TabsPrimitive from '@radix-ui/react-tabs'; import React__default from 'react'; declare function Tabs({ className, ...props }: React__default.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime.JSX.Element; declare function TabsList({ className, ...props }: React__default.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime.JSX.Element; declare function TabsTrigger({ className, ...props }: React__default.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime.JSX.Element; declare function TabsContent({ className, ...props }: React__default.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime.JSX.Element; export { Tabs, TabsContent, TabsList, TabsTrigger };