UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

6 lines (5 loc) 408 B
export { default as TabsRoot, type TabsRootProps, type TabsRootEmits, } from "./TabsRoot"; export { default as TabsList, type TabsListProps, } from "./TabsList"; export { default as TabsContent, type TabsContentProps, } from "./TabsContent"; export { default as TabsTrigger, type TabsTriggerProps, } from "./TabsTrigger"; export { default as TabsIndicator, type TabsIndicatorProps, } from "./TabsIndicator";