UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

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