UNPKG

@easyx.ai/dumi-theme-easyxai

Version:

@easyx.ai/dumi-theme-easyxai 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验

15 lines (14 loc) 336 B
import type { LinkInfo } from './components/Link'; export type Lang = 'zh' | 'en'; export declare function getLang(): Lang; export type NavConfig = { title: string; titleEn: string; titleLogo: string; url: string; groups: Array<{ title: string; titleEn: string; links: LinkInfo[]; }>; };