UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines 255 B
import type { AutoLinkOptions, NavGroup } from "../../../../shared/index.js"; export type NavbarLinkItem = AutoLinkOptions; export type NavbarItem = NavbarLinkItem | NavGroup<AutoLinkOptions | NavGroup<NavbarLinkItem>>; //# sourceMappingURL=index.d.ts.map