UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

9 lines (8 loc) 181 B
"use client"; export { default as Tabs, TabsTab, TabsList, TabsPanel } from "./Tabs"; export type { TabsProps, TabsTabProps, TabsListProps, TabsPanelProps, } from "./Tabs";