UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

8 lines (7 loc) 290 B
import React from "react"; import { CMSType } from "../types"; import { PropertyPreviewProps } from "./PropertyPreviewProps"; /** * @group Preview components */ export declare const PropertyPreview: React.MemoExoticComponent<(<T extends CMSType>(props: PropertyPreviewProps<T>) => any)>;