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