UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

6 lines (5 loc) 294 B
import { PropertyPreviewProps } from "../PropertyPreviewProps"; /** * @group Preview components */ export declare function ArrayOfMapsPreview({ propertyKey, value, property: inputProperty, size, }: PropertyPreviewProps<Record<string, any>[]>): import("react/jsx-runtime").JSX.Element | null;