UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 213 B
/** * Type of page information * * 页面信息类型 */ export type PageInfoType = "Author" | "Category" | "Date" | "Original" | "PageView" | "Tag" | "ReadingTime" | "Word"; //# sourceMappingURL=info.d.ts.map