@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
11 lines (10 loc) • 455 B
TypeScript
import { FieldProps } from "../../types";
/**
*
* Simply render the non-editable preview of a field
*
* This is one of the internal components that get mapped natively inside forms
* and tables to the specified properties.
* @group Form fields
*/
export declare function ReadOnlyFieldBinding({ propertyKey, value, error, showError, minimalistView, property, includeDescription, context }: FieldProps<any>): import("react/jsx-runtime").JSX.Element;