UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

4 lines (3 loc) 230 B
export { default as Chips, type ChipsProps } from "./Chips"; export { RemovableChips as ChipsRemovable, type ChipsRemovableProps, } from "./Removable"; export { ToggleChips as ChipsToggle, type ChipsToggleProps } from "./Toggle";