UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

7 lines (6 loc) 243 B
import { EntityCollection, EntityReference } from "../types"; export declare function getParentReferencesFromPath(props: { path: string; collections: EntityCollection[] | undefined; currentFullPath?: string; }): EntityReference[];