UNPKG

remix-validated-form

Version:

Form component and utils for easy form validation in remix

6 lines (5 loc) 287 B
/** * Ponyfill of the HTMLFormElement.requestSubmit() method. * Based on polyfill from: https://github.com/javan/form-request-submit-polyfill/blob/main/form-request-submit-polyfill.js */ export declare const requestSubmit: (element: HTMLFormElement, submitter?: HTMLElement) => void;