alias.d.ts 224 Bytes EditWeb IDE 1 2 3 import type { Context } from "@mr-hope/vuepress-types"; import type { ResolvedHopeThemeConfig } from "../types"; export declare const getAlias: (themeConfig: ResolvedHopeThemeConfig, ctx: Context) => Record<string, string>;