UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

13 lines (10 loc) 193 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Em = chakra("em", { base: { fontStyle: "italic" } }); Em.displayName = "Em"; export { Em };