UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

8 lines (5 loc) 133 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Span = chakra("span"); export { Span };