vuepress-theme-hope
Version:
A light vuepress theme with tons of features
30 lines • 924 B
TypeScript
import type { PropType, VNode } from "vue";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Date information
*
* 日期信息
*/
date: PropType<Date | null>;
/**
* Localized date text
*
* 本地化的日期文字
*/
localizedDate: StringConstructor;
}>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Date information
*
* 日期信息
*/
date: PropType<Date | null>;
/**
* Localized date text
*
* 本地化的日期文字
*/
localizedDate: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=DateInfo.d.ts.map