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>

5 lines (4 loc) 203 B
import React from "react"; import { FormState } from "./FiguraTypes"; export declare const LabelContext: React.Context<string | null>; export declare const ErrorContext: React.Context<FormState | null>;