@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
12 lines (11 loc) • 409 B
TypeScript
import { CustomizationController } from "../types/customization_controller";
/**
* Use this hook to retrieve the customization controller.
* This hook includes all the customization options that can be used
* to customize the CMS.
*
* You will likely not need to use this hook directly.
*
* @group Hooks and utilities
*/
export declare const useCustomizationController: () => CustomizationController;