UNPKG

remix-validated-form

Version:

Form component and utils for easy form validation in remix

2 lines (1 loc) 120 B
export declare const getCheckboxChecked: (checkboxValue: string | undefined, newValue: unknown) => boolean | undefined;