Repository URL to install this package:
|
Version:
2.1.1 ▾
|
/// <reference types="react" />
import { SearchInputProps } from './typings';
declare function defaultRenderSearchInputBox(props: SearchInputProps): JSX.Element;
declare function defaultRenderWrapper(props: SearchInputProps): JSX.Element;
export { defaultRenderSearchInputBox, defaultRenderWrapper };