BooleanFormatter
Sourceimport { BooleanFormatter } from "@prestojs/ui";
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.blankLabel | ReactNode | ||
| props.falseLabel | ReactNode | ||
| props.trueLabel | ReactNode | ||
| props.value | boolean|null | ||
Returns:ReactElement