@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.
@@ -577,6 +577,7 @@ declare class IntegryJS {
577
577
  // allow customers to use template tagging
578
578
  static html: (strings: TemplateStringsArray, ...values: any[]) => import("preact").VNode<{}>;
579
579
  static RenderModes: typeof RenderModes;
580
+ static TemplateFormRenderModes: typeof TemplateFormRenderModes;
580
581
  static Layouts: typeof Layouts;
581
582
  static ViewStyles: typeof ViewStyles;
582
583
  static MarketplaceRenderModes: typeof MarketplaceRenderModes;