import {html} from "lit" import {view} from "@chasemoskal/magical" import editSvg from "../../../framework/icons/akar/edit.svg.js" export const ToggleEditorButtonView = view({}, use => ( toggleEditor: () => void ) => { return html`