UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

10 lines (7 loc) 179 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Strong = chakra("strong", { base: { fontWeight: "semibold" } }); export { Strong };