Skip to Content
Anuma SDKReactInternalInterfacesAnumaThemeProviderProps

AnumaThemeProviderProps

Defined in: src/react/anumaRuntime.tsx:113 

Properties

children

children: ReactNode

Defined in: src/react/anumaRuntime.tsx:118 


colors?

optional colors: Partial<Record<"background" | "border" | "accent" | "slideBg" | "surfaceSecondary" | "textPrimary" | "textSecondary" | "textMuted" | "card", string>>

Defined in: src/react/anumaRuntime.tsx:117 

Color token overrides. Merged with the built-in defaults.


fontPreset?

optional fontPreset: string

Defined in: src/react/anumaRuntime.tsx:115 

Override the default font preset key.

Last updated on