Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / forms / input / plugins / Special / SelectBoxInput / SelectBoxInput.d.ts
Size: Mime:
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;