UNPKG

@vuepress/plugin-catalog

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