Skip to content

Function: resolveUserThemeConfig()

ts
function resolveUserThemeConfig(options): Promise<{
  themeConfig: Config;
  themeConfigFile: string;
}>;

Defined in: packages/valaxy/node/config/theme.ts:21

resolve theme.config.ts and merge with default

Parameters

options

ResolvedValaxyOptions

Returns

Promise<{ themeConfig: Config; themeConfigFile: string; }>