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>

9 lines (8 loc) 257 B
import React from "react"; type ErrorProps = { name: string; errorStyle?: string; }; declare const _default: React.MemoExoticComponent<typeof FiguraError>; export default _default; declare function FiguraError(props: ErrorProps): React.JSX.Element;