UNPKG

nimiq-vitepress-theme

Version:

Nimiq UI theme for VitePress

7 lines (6 loc) 302 B
import type { NimiqVitepressThemeNav } from '../types'; export declare const useCurrentModule: () => { currentDocModule: import("vue").ComputedRef<NimiqVitepressThemeNav<any> | undefined>; text: import("vue").ComputedRef<string | undefined>; fullPath: import("vue").ComputedRef<string>; };