vuepress-theme-hope
Version:
A light vuepress theme with tons of features
14 lines • 777 B
TypeScript
//#region src/presets/footerRunningTime.d.ts
/**
* @param date - The date to calculate the running time
* @param locales - The locales of running time, `:day`, `:hour`, `:minute`, `:second` will be
* replaced by the corresponding value
* @param preserveContent - Whether to preserve the original content of the footer
* @param date - 计算运行时间的日期
* @param locales - 运行时间的本地化文字, `:day`, `:hour`, `:minute`, `:second` 会被对应的值替换
* @param preserveContent - 是否保留页脚的原有内容
*/
declare const setupRunningTimeFooter: (date: string | Date, locales?: Record<string, string>, preserveContent?: boolean) => void;
//#endregion
export { setupRunningTimeFooter };
//# sourceMappingURL=footerRunningTime.d.ts.map