UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

12 lines (8 loc) 209 B
"use strict"; "use client"; 'use strict'; var factory = require('../../styled-system/factory.cjs'); const Strong = factory.chakra("strong", { base: { fontWeight: "semibold" } }); exports.Strong = Strong;