UNPKG

remix-validated-form

Version:

Form component and utils for easy form validation in remix

4 lines (3 loc) 193 B
import { FormState } from "./createFormStore"; import { InternalFormId } from "./types"; export declare const useFormStore: <T>(formId: InternalFormId, selector: (state: FormState) => T) => T;