UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

13 lines (10 loc) 197 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Quote = chakra("q", { base: { fontWeight: "bold", lineHeight: "1.2" } }); export { Quote };