UNPKG

nimiq-vitepress-theme

Version:

Nimiq UI theme for VitePress

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