// SearchInput.tsx import { Button } from "@/app/components/ui/button"; import { Input } from "@/app/components/ui/input"; import { Search } from "lucide-react"; import { SearchHandler } from "@/app/components/ui/search/search.interface"; export default function SearchInput( props: Pick ) { return (

Searching in {props.collSelectedName}

Smart Retrieval may not be 100% accurate. Consider checking important information.

); };