UNPKG

@knovator/pagecreator-admin

Version:
5 lines (4 loc) 240 B
/// <reference types="react" /> import { FormActionWrapperProps } from '../../../types'; declare const PageFormActions: ({ formRef, onPrimaryButtonClick, }: FormActionWrapperProps) => JSX.Element | null; export default PageFormActions;