Skip to content

Type Alias: ValaxyTheme<ThemeConfig>

ts
type ValaxyTheme<ThemeConfig> = ValaxyPickConfig & object;

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

Type declaration

themeConfig?

ts
optional themeConfig: ThemeConfig;

Type Parameters

ThemeConfig

ThemeConfig = Config