vuepress-theme-hope
Version:
A light vuepress theme with tons of features
6 lines • 404 B
TypeScript
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";
export { scrollPromise } from "@theme-hope/utils/index";
//# sourceMappingURL=export.d.ts.map