UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 331 B
import type { ComputedRef } from "vue"; import type { AutoLinkOptions, NavGroup } from "../../../../shared/index.js"; /** * Get navbar config of select language dropdown */ export declare const useNavbarLanguageDropdown: () => ComputedRef<NavGroup<AutoLinkOptions> | null>; //# sourceMappingURL=useNavbarLanguageDropdown.d.ts.map