Repository URL to install this package:
|
Version:
2.6.18 ▾
|
import React from 'react';
import { SearchInputProps } from './typings';
declare class SearchInput extends React.PureComponent<SearchInputProps> {
static defaultProps: {
className: string;
};
render(): JSX.Element;
}
export { SearchInput };
export default SearchInput;