import { action } from "@storybook/addon-actions"; import { storiesOf } from "@storybook/react"; import { LinkEditorPanel } from "../LinkEditorPanel"; import React from "react"; storiesOf(`Link/${LinkEditorPanel.name}`, module) .add("Editable", () => ( )) .add("Not editable", () => ( ));