UNPKG

xph-form

Version:

This is a configurable form component that supports React

6 lines (5 loc) 161 B
import { IFormProps } from "../../types"; declare const ActionGroup: ({ formProps }: { formProps: IFormProps; }) => JSX.Element; export default ActionGroup;