BooleanFormatter

Source
import { BooleanFormatter } from "@prestojs/ui";
BooleanFormatter(props)
Params:
ParameterTypeDescription
*
props
An object with the properties below
props.blankLabelReactNode
props.falseLabelReactNode
props.trueLabelReactNode
props.valueboolean|null
Returns:ReactElement

Examples