Module: maxMinValuePropType

Methods

(inner) maxMinValuePropType(props) → {void|Error}

A prop type accepting a range of numeric values or a single numeric value
Parameters:
Name Type Description
props Object React component props
Source:
Returns:
Return Error if validation fails
Type
void | Error