UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

7 lines (6 loc) 265 B
import React from "react"; import { PropertyPreviewProps } from "../PropertyPreviewProps"; /** * @group Preview components */ export declare function StringPropertyPreview({ propertyKey, value, property, size }: PropertyPreviewProps<string>): React.ReactElement;