UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

7 lines (6 loc) 223 B
/// <reference types="react" /> import { InputProps } from "../input"; interface SearchInputProps extends InputProps { } declare function SearchInput(props: SearchInputProps): JSX.Element; export default SearchInput;