import styles from "./Search.module.css"; export const Search = ({ placeHolder, value, onFocus, onChange, onKeyDown, }) => { return ( ); };