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) 272 B
import { InputShortProps } from "../FiguraUtils/FiguraTypes"; import React from "react"; declare function FiguraUrl(props: InputShortProps): React.JSX.Element; declare const MemoizedFiguraUrl: React.MemoExoticComponent<typeof FiguraUrl>; export default MemoizedFiguraUrl;