import React from 'react'; import { action } from '@storybook/addon-actions'; import { Button } from '@storybook/react/demo'; export default { title: 'Button', component: Button, }; export const Text = () => Hello Button; export const Emoji = () => ( 😀 😎 👍 💯 );