UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 328 B
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";