@integry/sdk 4.4.16 → 4.4.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -541,7 +541,7 @@ declare class IntegryJS {
|
|
|
541
541
|
eventEmitter: EventEmitter<IntegrySDKEvents>;
|
|
542
542
|
// allow customers to use template tagging
|
|
543
543
|
static html: (strings: TemplateStringsArray, ...values: any[]) => import("preact").VNode<{}>;
|
|
544
|
-
static RenderModes: typeof
|
|
544
|
+
static RenderModes: typeof RenderModes;
|
|
545
545
|
static Layouts: typeof Layouts;
|
|
546
546
|
static ViewStyles: typeof ViewStyles;
|
|
547
547
|
static MarketplaceRenderModes: typeof MarketplaceRenderModes;
|