import React from "react";
import { action } from "@storybook/addon-actions";
import { Button } from "@storybook/react/demo";
export default {
title: "Button"
};
export const text = () => (
);
export const emoji = () => (
);
export function emojiFn() {
return (
)
};