RangeFormatter

Source
import { RangeFormatter } from "@prestojs/ui";
RangeFormatter<T,BoundsFormatter = >(props)
Params:
ParameterTypeDescription
*
props
An object with the properties below
props.blankLabelReactNode
props.boundsFormatterBoundsFormatter
props.boundsFormatterPropsBoundsFormatter Props
props.lowerFormatterPropsBoundsFormatter Props
props.separatorReact.ReactNode
props.upperFormatterPropsBoundsFormatter Props
props.value|null
Returns:React.ReactElement

Examples