UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines (3 loc) 246 B
import type { RouteLocationNormalizedLoaded } from "vuepress/client"; import type { SidebarItem } from "@theme-hope/typings/sidebar"; export declare const isActiveSidebarItem: (route: RouteLocationNormalizedLoaded, item: SidebarItem) => boolean;