UNPKG

@shopify/polaris

Version:

Shopify’s product component library

13 lines (10 loc) 225 B
import React$1 from 'react'; import styles from './Caption.scss.js'; function Caption({ children }) { return /*#__PURE__*/React$1.createElement("p", { className: styles.Caption }, children); } export { Caption };