UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

16 lines 272 B
export interface PageCategory { /** * Category name * * 分类名称 */ name: string; /** * Category path * * 分类路径 */ path?: string; } export type PageTag = PageCategory; //# sourceMappingURL=typings.d.ts.map