UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

16 lines (15 loc) 235 B
export interface PageCategory { /** * Category name * * 分类名称 */ name: string; /** * Category path * * 分类路径 */ path?: string; } export type PageTag = PageCategory;