UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

6 lines 431 B
import type { ComputedRef } from "vue"; import type { NavbarItem } from "@theme-hope/typings/navbar"; import type { NavbarGroupOptions, NavbarLinkOptions } from "../../../shared/index.js"; export declare const resolveNavbarItem: (item: NavbarLinkOptions | NavbarGroupOptions | string, prefix?: string) => NavbarItem; export declare const useNavbarItems: () => ComputedRef<NavbarItem[]>; //# sourceMappingURL=useNavbarItems.d.ts.map