UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

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