vuepress-theme-hope
Version:
A light vuepress theme with tons of features
20 lines • 778 B
TypeScript
import type { PropType, VNode } from "vue";
import type { PageTag } from "@theme-hope/modules/info/utils/index";
import "../styles/tag-info.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Tag information
*
* 标签信息
*/
tag: PropType<PageTag[]>;
}>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Tag information
*
* 标签信息
*/
tag: PropType<PageTag[]>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=TagInfo.d.ts.map