@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
3 lines (2 loc) • 312 B
TypeScript
import { EntityFormActionsProps } from "../form/EntityFormActions";
export declare function EntityEditViewFormActions({ collection, path, entity, layout, savingError, formex, disabled, status, pluginActions, openEntityMode, showDefaultActions }: EntityFormActionsProps): import("react/jsx-runtime").JSX.Element;