UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines 280 B
import type { RouteLocationNormalizedLoaded } from "vuepress/client"; import type { SidebarItem } from "./typings.js"; export declare const isActiveSidebarItem: (route: RouteLocationNormalizedLoaded, item: SidebarItem) => boolean; //# sourceMappingURL=isActiveSidebarItem.d.ts.map