Skip to main content

Interface: StyleContextType

Defined in: types/context.ts:10

Complete style context configuration containing all style system settings. This is the main configuration object passed to the StyleProvider.

Properties

themeConfig

themeConfig: ThemeConfig

Defined in: types/context.ts:12

Theme configuration for light/dark modes and color definitions


typographyConfig

typographyConfig: TypographyConfig

Defined in: types/context.ts:14

Typography configuration for text styling and font definitions


sizingConfig

sizingConfig: SizingConfig

Defined in: types/context.ts:16

Sizing configuration for spacing and dimension values


responsiveConfig

responsiveConfig: ResponsiveConfig

Defined in: types/context.ts:18

Responsive configuration for breakpoint management