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