UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

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