type ThemeConfig = | Theme | ThemeFn | "system";Represents the theme configuration for the Creative Editor SDK. This can be a concrete theme, a function that returns a theme, or ‘system’ to use OS preference.
type ThemeConfig = | Theme | ThemeFn | "system";Represents the theme configuration for the Creative Editor SDK. This can be a concrete theme, a function that returns a theme, or ‘system’ to use OS preference.