UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

12 lines (11 loc) 448 B
import React from "react"; 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): React.JSX.Element;