@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
13 lines (12 loc) • 350 B
text/typescript
"use client";
export { default as Tabs } from "./Tabs";
export type { TabsProps } from "./Tabs.types";
export { default as TabsTab, type TabProps } from "./parts/tab/Tab";
export {
default as TabsList,
type TabListProps,
} from "./parts/tablist/TabList";
export {
default as TabsPanel,
type TabPanelProps,
} from "./parts/tabpanel/TabPanel";