hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
9 lines • 343 B
JavaScript
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