UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

12 lines (10 loc) 196 B
"use client"; export { default as Search, type SearchProps, type SearchClearEvent, } from "./Search"; export { default as SearchButton, type SearchButtonProps, } from "./SearchButton";