Documents / @faasjs/ant-design / Blank

Function: Blank()

Blank(options?): JSX.Element

Blank component.

If value is undefined or null, return text, otherwise return value.

Parameters

options?: BlankProps

Returns

JSX.Element

Example

import { Blank } from '@faasjs/ant-design'

<Blank value={undefined} text="Empty" />