// License: LGPL-3.0-or-later import React from 'react'; import { Button } from '@storybook/react/demo'; export default { title: 'Button' }; export const withText = () => Hello Button; export const withEmoji = () => ( 😀 😎 👍 💯 );