UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

10 lines (9 loc) 311 B
import { NavigationController } from "../types"; /** * Use this hook to get the navigation of the app. * This controller provides the resolved collections for the CMS as well * as utility methods. * * @group Hooks and utilities */ export declare const useNavigationController: () => NavigationController;