UNPKG

react-figura

Version:

<div align="center"> <a href="https://github.com/mbb10324/figura/"> <img src="https://raw.githubusercontent.com/mbb10324/figura/master/docs/logo.png" alt="react-figura" width="60%" /> </a>

6 lines (5 loc) 270 B
import { InputProps } from "../FiguraUtils/FiguraTypes"; import React from "react"; declare function FiguraEmail(props: InputProps): React.JSX.Element; declare const MemoizedFiguraEmail: React.MemoExoticComponent<typeof FiguraEmail>; export default MemoizedFiguraEmail;