Repository URL to install this package:
|
Version:
2.1.12 ▾
|
import { SearchInputProps } from './typings';
declare function defaultRenderSearchInputBox(props: SearchInputProps): JSX.Element;
declare function defaultRenderWrapper(props: SearchInputProps): JSX.Element;
export { defaultRenderSearchInputBox, defaultRenderWrapper };