@namiml/web-sdk 3.4.1-dev.202605272004 → 3.4.1-dev.202605280043

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.
@@ -341,7 +341,7 @@ declare class NamiRepeatingGrid extends NamiElement {
341
341
  scaleFactor: number;
342
342
  minSDKVersion: TSemverObj;
343
343
  protected styles(): CSSResult;
344
- render(): any[][];
344
+ render(): lit_html.TemplateResult<1>[];
345
345
  }
346
346
 
347
347
  declare class NamiCarouselContainer extends NamiElement {