UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

12 lines 708 B
/** * * @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=false] - Whether to preserve the original content of the footer * * @param date - 计算运行时间的日期 * @param locales - 运行时间的本地化文字, `:day`, `:hour`, `:minute`, `:second` 会被对应的值替换 * @param [preserveContent=false] - 是否保留页脚的原有内容 */ export declare const setupRunningTimeFooter: (date: string | Date, locales?: Record<string, string>, preserveContent?: boolean) => void; //# sourceMappingURL=footerRunningTime.d.ts.map