import { SearchInputProps } from "./types.js"; import { SearchInput } from "./SearchInput.js"; export { SearchInput, type SearchInputProps };