UNPKG

@easyx.ai/dumi-theme-easyxai

Version:

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

8 lines (7 loc) 262 B
import { SiteStore } from '../useSiteStore'; /** * 站点标题选择器 */ export declare const siteTitleSel: (s: SiteStore) => string | undefined; export declare const githubSel: (s: SiteStore) => any; export declare const logoSel: (s: SiteStore) => string;