Type Alias: ValaxyTheme<ThemeConfig>
Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)
ts
type ValaxyTheme<ThemeConfig> = ValaxyPickConfig & object;Defined in: packages/valaxy/node/config/theme.ts:42
Type Declaration
themeConfig?
ts
optional themeConfig?: ThemeConfig;Type Parameters
ThemeConfig
ThemeConfig = Config