UNPKG

@knovator/pagecreator-admin

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