import { prose } from "@hedia/hexui/components/prose"; import { a, p } from "@hedia/html/elements"; export default function () { return prose(p(a({ href: "#" }, "This is a link")), p(a({ href: "#", class: "plain" }, "This is a plain link"))); }