UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

11 lines (10 loc) 443 B
import { EntitySidePanelProps } from "../types"; /** * This is the component in charge of rendering the side dialog used * for editing entities. Use the {@link useSideEntityController} to open * and control the dialogs. * This component needs a parent {@link FireCMS} * {@link useSideEntityController} * @group Components */ export declare function EntitySidePanel(props: EntitySidePanelProps): import("react/jsx-runtime").JSX.Element;