UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

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