UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

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