UNPKG

react-browser-form

Version:

<div align="center"> <a href="https://deniskabana.github.io/react-browser-form/introduction" title="React Browser Form - Form management in React made simple for browsers."> <img src="https://raw.githubusercontent.com/deniskabana/react-browser-form/

4 lines (3 loc) 296 B
import { BrowserFormOptionsInput } from "../types"; /** TypeScript will try to catch these errors build-time, but some users might still use the any type to override our constraints. */ export declare function protectOptionsCominations<Schema>(options: BrowserFormOptionsInput<Schema>): void;