UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

11 lines (10 loc) 413 B
import React from "react"; import { FieldProps } from "../../types"; /** * Field that opens a reference selection dialog and stores the entity ID as a string. * * 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 ReferenceAsStringFieldBinding(props: FieldProps<string>): React.JSX.Element;