UNPKG

chakra-ui

Version:

Responsive and accessible React UI components built with React and Emotion

8 lines (6 loc) 154 B
import React from "react"; import Box from "../Box"; var Text = function Text(props) { return React.createElement(Box, props); }; export default Text;