import * as React from "react" import { ThemeProvider } from "styled-components" import { storiesOf } from "@storybook/react" import { action } from "@storybook/addon-actions" import theme from "../../../theme" import * as Toast from ".." storiesOf("Toast", module) .addDecorator((story) => ( {story()} )) .add("success", () => ( )) .add("error", () => ( ))