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