File "index.js"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/stories/index.js
File size: 210 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * Internal dependencies
 */
import Button from '../';

export default {
	title: 'WooCommerce Blocks/@base-components/Button',
	component: Button,
};

export const Default = () => <Button>Buy now</Button>;