export interface IInputSearch {
    onChange: (value: string) => void;
}
