vuepress-theme-hope
Version:
A light vuepress theme with tons of features
21 lines • 797 B
TypeScript
import type { VNode } from "vue";
import "../styles/original-info.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Whether the article is original
*
* 文章是否是原创
*/
isOriginal: BooleanConstructor;
}>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Whether the article is original
*
* 文章是否是原创
*/
isOriginal: BooleanConstructor;
}>> & Readonly<{}>, {
isOriginal: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=OriginalInfo.d.ts.map