vuepress-theme-hope
Version:
A light vuepress theme with tons of features
20 lines (19 loc) • 743 B
TypeScript
import type { PropType, VNode } from "vue";
import type { PageTag } from "@theme-hope/utils/info/typings";
import "../../styles/info/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;