UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 343 B
export { default as Tabs } from "./Tabs.js"; export type { TabsProps } from "./Tabs.types.js"; export { default as TabsTab, type TabProps } from "./parts/tab/Tab.js"; export { default as TabsList, type TabListProps, } from "./parts/tablist/TabList.js"; export { default as TabsPanel, type TabPanelProps, } from "./parts/tabpanel/TabPanel.js";