UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

8 lines (7 loc) 248 B
"use client"; export { default as Chips, type ChipsProps } from "./Chips"; export { RemovableChips as ChipsRemovable, type ChipsRemovableProps, } from "./Removable"; export { ToggleChips as ChipsToggle, type ChipsToggleProps } from "./Toggle";