UNPKG

@e-group/material-form

Version:

Custom react components for integrate redux-form.

11 lines (10 loc) 371 B
export default ReactSelectField; declare function ReactSelectField(props: any): JSX.Element; declare namespace ReactSelectField { namespace propTypes { const input: PropTypes.Validator<object>; const meta: PropTypes.Validator<object>; const onChange: PropTypes.Requireable<(...args: any[]) => any>; } } import PropTypes from "prop-types";