UNPKG

@kbgarcia8/react-dynamic-form

Version:

A form that can be nested with editable, expandable and flexible input-forms

4 lines 371 B
import type { FormActionButtonsProps } from "../../../type/propTypes"; declare const FormActionButtons: ({ id, hasSubmit, submitText, handleSubmit, hasReset, resetText, handleReset, hasCancel, cancelText, handleCancel, }: FormActionButtonsProps) => import("react/jsx-runtime").JSX.Element; export default FormActionButtons; //# sourceMappingURL=FormActionButtons.d.ts.map