Skip to main content

Interface: ThemeConfig

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

Complete theme configuration interface.

Remarksโ€‹

Main theme configuration interface that includes all theme aspects.

Propertiesโ€‹

animationโ€‹

animation: AnimationConfig

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

Animation and transition configuration


borderRadiusโ€‹

borderRadius: BorderRadiusConfig

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

Border radius configuration


colorsโ€‹

colors: ThemeColors

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

Color configuration


componentsโ€‹

components: ComponentConfig

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

Component-specific styling


shadowsโ€‹

shadows: ShadowConfig

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

Shadow configuration


spacingโ€‹

spacing: SpacingConfig

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

Spacing configuration


typographyโ€‹

typography: TypographyConfig

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

Typography configuration