vuepress-theme-hope
Version:
A light vuepress theme with tons of features
17 lines (16 loc) • 709 B
TypeScript
import { i as setupDarkMode, n as _default, r as injectDarkMode, t as _default$1 } from "../../NotFound-DhG2brD8.js";
import { ComputedRef } from "vue";
//#region src/client/composables/sidebar/useSidebarItems.d.ts
/** Create sidebar items ref and provide as global computed in setup */
declare const setupSidebarItems: () => void;
//#endregion
//#region src/client/utils/scrollPromise.d.ts
interface ScrollPromise {
wait(): Promise<void> | null;
pending: () => void;
resolve: () => void;
}
declare const scrollPromise: ScrollPromise;
//#endregion
export { _default as Layout, _default$1 as NotFound, injectDarkMode, scrollPromise, setupDarkMode, setupSidebarItems };
//# sourceMappingURL=base.d.ts.map