UNPKG

@shopify/polaris

Version:

Shopify’s product component library

14 lines (11 loc) 256 B
import React$1 from 'react'; import styles from './Heading.scss.js'; function Heading({ element: Element = 'h2', children }) { return /*#__PURE__*/React$1.createElement(Element, { className: styles.Heading }, children); } export { Heading };