UNPKG

@vuepress/plugin-catalog

Version:
17 lines (16 loc) 347 B
import type { ExactLocaleConfig } from '@vuepress/helper'; export interface CatalogLocaleData { /** * Catalog title text * * 目录标题文字 */ title: string; /** * Empty hint * * 空目录提示 */ empty: string; } export type CatalogLocaleConfig = ExactLocaleConfig<CatalogLocaleData>;