Skip to main content

Interface: ThemeOverride

Defined in: shared/types/themeConfig.ts:455

Theme override configuration interface.

Remarksโ€‹

Allows partial overrides of theme configuration.

Propertiesโ€‹

animation?โ€‹

optional animation: Partial<AnimationConfig>

Defined in: shared/types/themeConfig.ts:457

Animation overrides


borderRadius?โ€‹

optional borderRadius: Partial<BorderRadiusConfig>

Defined in: shared/types/themeConfig.ts:459

Border radius overrides


colors?โ€‹

optional colors: Partial<ThemeColors>

Defined in: shared/types/themeConfig.ts:461

Color overrides


components?โ€‹

optional components: Partial<ComponentConfig>

Defined in: shared/types/themeConfig.ts:463

Component overrides


shadows?โ€‹

optional shadows: Partial<ShadowConfig>

Defined in: shared/types/themeConfig.ts:465

Shadow overrides


spacing?โ€‹

optional spacing: Partial<SpacingConfig>

Defined in: shared/types/themeConfig.ts:467

Spacing overrides


typography?โ€‹

optional typography: Partial<TypographyConfig>

Defined in: shared/types/themeConfig.ts:469

Typography overrides