Skip to main content

Interface: ThemeConfig

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

Complete theme configuration interface.

Remarksโ€‹

Main theme configuration interface that includes all theme aspects.

Propertiesโ€‹

animationโ€‹

animation: AnimationConfig

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

Animation and transition configuration


borderRadiusโ€‹

borderRadius: BorderRadiusConfig

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

Border radius configuration


colorsโ€‹

colors: ThemeColors

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

Color configuration


componentsโ€‹

components: ComponentConfig

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

Component-specific styling


shadowsโ€‹

shadows: ShadowConfig

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

Shadow configuration


spacingโ€‹

spacing: SpacingConfig

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

Spacing configuration


typographyโ€‹

typography: TypographyConfig

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

Typography configuration