import * as React from "react"; import { withKnobs, text, object, boolean, select, } from "@storybook/addon-knobs"; import { themeSettings } from "@sc/plugins/webcomponents/v2/theme"; import Animation, { AnimationType } from "./component"; // import settings from "./settings"; import { sampleContentData, EditorWithCustomData, } from "@sc/modules/page/Builder/Builder.stories"; export default { title: "Plugins|Web Components/Challenging/Animation", component: Animation, decorators: [withKnobs], }; const ToAnimate = () => (