import React from 'react';
import { EmojiButton } from './emoji-button';
export default { component: EmojiButton, title: 'Examples / Emoji Button' };
export const WithArgs = (args: any) => ;
WithArgs.args = { label: 'With args' };
export const Basic = () => ;