UNPKG

rfa

Version:

**React Form Architect** is an ultimate solution for creating and rendering forms in React. Its main focus is to provide users with a tool to define, render and share a form in a browser.

4 lines (3 loc) 158 B
/// <reference types="react" /> import { ValidatorCommonProps } from "../index"; export declare const Email: (props: ValidatorCommonProps) => JSX.Element;