UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

8 lines (7 loc) 200 B
"use client"; export { default as Checkbox } from "./Checkbox"; export { default as CheckboxGroup, type CheckboxGroupProps, } from "./CheckboxGroup"; export type { CheckboxProps } from "./types";