hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
7 lines (6 loc) • 448 B
TypeScript
export { default as HopeIcon } from "@theme-hope/components/HopeIcon";
export { useScrollPromise } from "@theme-hope/composables/index";
export { injectDarkmode, setupDarkmode, } from "@theme-hope/modules/outlook/composables/index";
export { setupSidebarItems } from "@theme-hope/modules/sidebar/composables/index";
export { default as Layout } from "@theme-hope/layouts/Layout";
export { default as NotFound } from "@theme-hope/layouts/NotFound";