UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

7 lines 263 B
import { __assign } from "tslib"; import { createElement } from 'react'; import styles from './styles.scss'; export default (function (props) { return createElement('h2', __assign({ className: styles.heading }, props)); }); //# sourceMappingURL=heading.js.map