UNPKG

@e-group/material-form

Version:

Custom react components for integrate redux-form.

18 lines (17 loc) 656 B
export default SimpleAddressFields; declare function SimpleAddressFields(props: any): any; declare namespace SimpleAddressFields { namespace propTypes { const data: PropTypes.Validator<any>; const MuiTextFieldProps: PropTypes.Requireable<object>; const cityProps: PropTypes.Requireable<object>; const areaProps: PropTypes.Requireable<object>; const postalCodeProps: PropTypes.Requireable<object>; const render: PropTypes.Requireable<(...args: any[]) => any>; } namespace defaultProps { const data_1: unknown; export { data_1 as data }; } } import PropTypes from "prop-types";