UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

6 lines (5 loc) 209 B
import { jsx as _jsx } from "react/jsx-runtime"; import styles from "./Strong.module.css"; export function Strong({ children }) { return _jsx("strong", { className: styles.strong, children: children }); }