Skip to main content

Interface: ThemeConfig

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

Complete theme configuration interface.

Remarksโ€‹

Main theme configuration interface that includes all theme aspects.

Propertiesโ€‹

animationโ€‹

animation: AnimationConfig

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

Animation and transition configuration


borderRadiusโ€‹

borderRadius: BorderRadiusConfig

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

Border radius configuration


colorsโ€‹

colors: ThemeColors

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

Color configuration


componentsโ€‹

components: ComponentConfig

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

Component-specific styling


shadowsโ€‹

shadows: ShadowConfig

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

Shadow configuration


spacingโ€‹

spacing: SpacingConfig

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

Spacing configuration


typographyโ€‹

typography: TypographyConfig

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

Typography configuration