Type Alias: ValaxyConfigExport<ThemeConfig>
ts
type ValaxyConfigExport<ThemeConfig> =
| ValaxyNodeConfig<ThemeConfig>
| ValaxyConfigFn<ThemeConfig>;
Defined in: packages/valaxy/node/types.ts:28
Type Parameters
ThemeConfig
ThemeConfig
= Config