Repository URL to install this package:
|
Version:
2.0.4 ▾
|
import { InputChain } from '../../../InputChain';
declare class SelectBoxInput extends InputChain {
static isSatisfiedByProps(props: any): boolean;
validateSelectField: (args: any) => void;
handleChange: (args: any) => void;
handleBlur: () => void;
handleFocus: () => void;
render(): JSX.Element;
}
export { SelectBoxInput };
export default SelectBoxInput;