UNPKG

nimiq-vitepress-theme

Version:

Nimiq UI theme for VitePress

6 lines (5 loc) 154 B
export interface NimiqVitepressConfig { repoURL?: string; contentPath?: string; } export declare function useNimiqConfig(): NimiqVitepressConfig;