UNPKG

hirsun-vuepress-theme-hope-plus

Version:
9 lines 343 B
import { Content } from "@vuepress/client"; import { h } from "vue"; const MarkdownContent = ({ custom, }) => h(Content, { class: ["theme-hope-content", { custom }] }); MarkdownContent.displayName = "MarkdownContent"; MarkdownContent.props = { custom: Boolean, }; export default MarkdownContent; //# sourceMappingURL=MarkdownContent.js.map