UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

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