UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

11 lines 658 B
import type { Slot } from "@vuepress/helper/client"; import type { SlotsType, VNode } from "vue"; import "../../styles/navbar/navbar.scss"; declare const _default: import("vue").DefineComponent<{}, () => VNode[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggleSidebar"[], "toggleSidebar", import("vue").PublicProps, Readonly<{}> & Readonly<{ onToggleSidebar?: ((...args: any[]) => any) | undefined; }>, {}, SlotsType<{ navScreenTop?: Slot; navScreenBottom?: Slot; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=Navbar.d.ts.map