UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

10 lines (9 loc) 355 B
import { FieldProps } from "../../types"; /** * Field that opens a reference selection dialog. * * 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 ReferenceFieldBinding(props: FieldProps): import("react/jsx-runtime").JSX.Element;