import "easymde/dist/easymde.min.css"; import { UpdateUsingButtonWithAutofocus } from "./UpdateUsingButtonWithAutofocus"; import { Autosaving } from "./Autosaving"; import { UpdateableByHotKeys } from "./UpdateableByHotKeys"; import { CleanupByButton } from "./CleanupByButton"; import { CustomPreview } from "./CustomPreview"; import { CustomEventsAndCursorPosition } from "./CustomEventsAndCursorPosition"; import { GetInstance } from "./GetInstance"; import { DynamicallyChangingEvents } from "./DynamicallyChangingEvents"; import { DynamicallyChangingOptions } from "./DynamicallyChangingOptions"; import React from "react"; const Demo = () => { return (
); }; export default Demo;