UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

26 lines 885 B
import type { PropType, VNode } from "vue"; import type { AuthorInfo } from "vuepress-shared/client"; import "../styles/author-info.scss"; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Author information * * 作者信息 */ author: { type: PropType<AuthorInfo[]>; required: true; }; }>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Author information * * 作者信息 */ author: { type: PropType<AuthorInfo[]>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=AuthorInfo.d.ts.map