UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

11 lines (8 loc) 199 B
import { createElement } from 'react'; import styles from './styles.scss'; export default props => createElement('button', { type: 'button', className: styles.button, ...props, });