@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
12 lines (11 loc) • 389 B
TypeScript
import { DialogsController } from "../types/dialogs_controller";
/**
* Use this hook to open a dialog imperatively.
* Alternatively, you can use dialogs declaratively using the `Dialog` component.
*
* Consider that in order to use this hook you need to have a parent
* `FireCMS`
*
* @group Hooks and utilities
*/
export declare const useDialogsController: () => DialogsController;