UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

32 lines (31 loc) 635 B
import { BlogTypeOptions } from "@vuepress/plugin-blog"; //#region src/presets/getSlides.d.ts interface SlidesOptions { /** * Path of this blog type * * 此博客类型的路径 * * @default "/slides/" */ path?: string; /** * Locales for the blog type * * 博客类型的本地化文文字 * * @example * ({ * "/": "Slides", * "/zh/": "幻灯片", * }); */ locales?: Record<string, string>; } declare const getSlides: ({ path, locales }: SlidesOptions) => BlogTypeOptions; //#endregion export { SlidesOptions, getSlides }; //# sourceMappingURL=getSlides.d.ts.map