type Theme = "light" | "dark";Represents the base theme values for the Creative Editor SDK. This type defines the concrete themes that can be rendered.
type Theme = "light" | "dark";Represents the base theme values for the Creative Editor SDK. This type defines the concrete themes that can be rendered.