UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

32 lines 1.04 kB
import type { PropType, VNode } from "vue"; import type { ArticleInfoData, PageInfoData } from "../../../../shared/index.js"; import "../styles/article-list.scss"; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Articles * * 文章项目 */ items: { type: PropType<{ path: string; info: PageInfoData & ArticleInfoData; }[]>; required: true; }; }>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Articles * * 文章项目 */ items: { type: PropType<{ path: string; info: PageInfoData & ArticleInfoData; }[]>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=ArticleList.d.ts.map