UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

5 lines 220 B
"use client"; export { default as Chips } from "./Chips.js"; export { RemovableChips as ChipsRemovable, } from "./Removable.js"; export { ToggleChips as ChipsToggle } from "./Toggle.js"; //# sourceMappingURL=index.js.map