UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 238 B
/// <reference types="react" /> declare type Props = { onChange: (value: string) => void; placeholder?: string; }; declare function InputSearch({ onChange, placeholder, ...props }: Props): JSX.Element; export default InputSearch;