Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
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;