UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

4 lines (3 loc) 242 B
export declare function addRecentId(collectionId: string, id: string): string[]; export declare function saveSearchedIdsLocally(collectionId: string, ids: string[]): void; export declare function getRecentIds(collectionId: string): string[];