@integry/sdk 4.4.16 → 4.4.17
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/esm/index.csm.d.ts
CHANGED
|
@@ -551,7 +551,7 @@ declare class IntegryJS {
|
|
|
551
551
|
private initConfig;
|
|
552
552
|
eventEmitter: EventEmitter<IntegrySDKEvents>;
|
|
553
553
|
static html: (strings: TemplateStringsArray, ...values: any[]) => import("preact").VNode<{}>;
|
|
554
|
-
static RenderModes: typeof
|
|
554
|
+
static RenderModes: typeof RenderModes;
|
|
555
555
|
static Layouts: typeof Layouts;
|
|
556
556
|
static ViewStyles: typeof ViewStyles;
|
|
557
557
|
static MarketplaceRenderModes: typeof MarketplaceRenderModes;
|