UNPKG

chakra-ui

Version:

Responsive and accessible React UI components built with React and Emotion

6 lines (4 loc) 129 B
import { BoxProps } from "../Box"; import * as React from "react"; declare const Text: React.FC<BoxProps>; export default Text;