BlankField

Blank field. It displays the provided text or child elements. The `BlankField` component takes the following properties: - `text`: text to be displayed (type: string | React.ReactNode) - `children`: child elements (type: React.ReactNode) - all other properties are inherited from the `IFieldWrapperInputProps` and `IUiComponent` interfaces.