UNPKG

react-livr-validation

Version:

react validation component with LIVR as validation engine

13 lines (10 loc) 252 B
// @flow import PropTypes from 'prop-types'; export default { setData: PropTypes.func, getError: PropTypes.func, getErrors: PropTypes.func, className: PropTypes.string, style: PropTypes.object, errorCodes: PropTypes.object };