UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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