UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

7 lines (6 loc) 295 B
import React from "react"; import { PropertyPreviewProps } from "../PropertyPreviewProps"; /** * @group Preview components */ export declare function ArrayOfStorageComponentsPreview({ propertyKey, value, property: inputProperty, size }: PropertyPreviewProps<any[]>): React.JSX.Element | null;