UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 249 B
"use client"; export { default as HStack, type HStackProps } from "./HStack"; export { default as VStack, type VStackProps } from "./VStack"; export { default as Stack, type StackProps } from "./Stack"; export { default as Spacer } from "./Spacer";