import Bind from "@web-atoms/core/dist/core/Bind"; import XNode from "@web-atoms/core/dist/core/XNode"; import PopupButton, { MenuItem } from "../../basic/PopupButton"; import type AtomHtmlEditor from "../AtomHtmlEditor"; export default function Headings() { return e.executeCommand("formatBlock", false, "H1"))}/> e.executeCommand("formatBlock", false, "H2"))}/> e.executeCommand("formatBlock", false, "H3"))}/> e.executeCommand("formatBlock", false, "H4"))}/> e.executeCommand("formatBlock", false, "H5"))}/> e.executeCommand("formatBlock", false, "H6"))}/> ; }