LOGOVALAXY
  • Config
  • API
  • client

  • node

      • GroupIconValue

      • HookResult

      • UnoSetup

      • UserInputConfig

      • UserValaxyNodeConfig

      • ValaxyAddonExport

      • ValaxyAddonExtendCli

      • ValaxyAddonFn

      • ValaxyAddonLike

      • ValaxyAddons

      • ValaxyApp

      • ValaxyConfigExport

      • ValaxyConfigExtendKey

      • ValaxyConfigFn

      • ValaxyNodeAddon

      • ValaxyNodeConfig

      • ValaxyPickConfig

      • ValaxyTheme

  • types

Type Alias: ValaxyConfigFn<ThemeConfig> ​

Source: 1.0.0-rc.15 · 2f3e14ef120d

ts
type ValaxyConfigFn<ThemeConfig> = (options) => 
  | ValaxyNodeConfig
| Promise<ValaxyNodeConfig>;

Defined in: packages/valaxy/node/types/config.ts:70

fn with options for theme config

Type Parameters ​

ThemeConfig ​

ThemeConfig = Config

Parameters ​

options ​

ResolvedValaxyOptions<ThemeConfig>

Returns ​

| ValaxyNodeConfig | Promise<ValaxyNodeConfig>

Previous pageValaxyConfigExtendKey
Next pageValaxyNodeAddon
On this page

Released under the MIT License. (2f3e14ef)

Copyright © 2022-present YunYouJun & Valaxy Contributors