UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

7 lines (6 loc) 206 B
import { ModeController } from "./index"; /** * Use this hook to build a color mode controller that determines * the theme of the CMS */ export declare function useBuildModeController(): ModeController;