import "@/styles/search-btn.css"; export default function SearchInput({ onChange, }: { onChange: (value: string) => void; }) { return ( ); }