@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
9 lines (8 loc) • 432 B
TypeScript
import { PropertyPreviewProps } from "../PropertyPreviewProps";
/**
* @group Preview components
*/
export declare function MapPropertyPreview<T extends Record<string, any> = Record<string, any>>({ propertyKey, value, property, size }: PropertyPreviewProps<T>): import("react/jsx-runtime").JSX.Element | null;
export declare function KeyValuePreview({ value }: {
value: any;
}): import("react/jsx-runtime").JSX.Element | null;