RangeFormatter
Sourceimport { RangeFormatter } from "@prestojs/ui";
Params:
Parameter | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.blankLabel | ReactNode | ||
props.boundsFormatter | BoundsFormatter | ||
props.boundsFormatterProps | BoundsFormatter Props | ||
props.lowerFormatterProps | BoundsFormatter Props | ||
props.separator | React.ReactNode | ||
props.upperFormatterProps | BoundsFormatter Props | ||
props.value | |null |
Returns:React.ReactElement