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) 270 B
import React from "react"; type LabelProps = { children: React.ReactNode; labelStyle?: string; }; declare const _default: React.MemoExoticComponent<typeof FiguraLabel>; export default _default; declare function FiguraLabel(props: LabelProps): React.JSX.Element;