@integry/sdk 4.4.33 → 4.4.34
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
|
@@ -587,6 +587,7 @@ declare class IntegryJS {
|
|
|
587
587
|
eventEmitter: EventEmitter<IntegrySDKEvents>;
|
|
588
588
|
static html: (strings: TemplateStringsArray, ...values: any[]) => import("preact").VNode<{}>;
|
|
589
589
|
static RenderModes: typeof RenderModes;
|
|
590
|
+
static TemplateFormRenderModes: typeof TemplateFormRenderModes;
|
|
590
591
|
static Layouts: typeof Layouts;
|
|
591
592
|
static ViewStyles: typeof ViewStyles;
|
|
592
593
|
static MarketplaceRenderModes: typeof MarketplaceRenderModes;
|