LOGOVALAXY
  • Config
  • API
Documentation navigation
  • client

  • node

    • Classes

    • Interfaces

    • Type Aliases

      • GroupIconValue

      • HookResult

      • UnoSetup

      • UserInputConfig

      • UserValaxyNodeConfig

      • ValaxyAddonExport

      • ValaxyAddonExtendCli

      • ValaxyAddonFn

      • ValaxyAddonLike

      • ValaxyAddons

      • ValaxyApp

      • ValaxyConfigExport

      • ValaxyConfigExtendKey

      • ValaxyConfigFn

      • ValaxyNodeAddon

      • ValaxyNodeConfig

      • ValaxyPickConfig

      • ValaxyTheme

    • Variables

    • Functions

  • types

Type Alias: ValaxyConfigFn<ThemeConfig> ​

Source: 1.0.0-rc.14 · a572916b42ec

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. (a572916b)

Copyright © 2022-present YunYouJun & Valaxy Contributors