UNPKG

hirsun-vuepress-theme-hope-plus

Version:
21 lines (20 loc) 717 B
import type { VNode } from "vue"; import "../styles/original-info.scss"; declare const _default: import("vue").DefineComponent<{ /** * Whether the article is original * * 文章是否是原创 */ isOriginal: BooleanConstructor; }, () => VNode | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ /** * Whether the article is original * * 文章是否是原创 */ isOriginal: BooleanConstructor; }>>, { isOriginal: boolean; }, {}>; export default _default;