vuepress-theme-hope
Version:
A light vuepress theme with tons of features
6 lines (5 loc) • 378 B
TypeScript
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, prefix?: string) => NavbarItem;
export declare const useNavbarItems: () => ComputedRef<NavbarItem[]>;