UNPKG

remix-validated-form

Version:

Form component and utils for easy form validation in remix

3 lines (2 loc) 121 B
import { InternalFormId } from "./storeFamily"; export declare const cleanupFormState: (formId: InternalFormId) => void;