@namiml/web-sdk 3.4.1 → 3.4.2-dev.202605300214

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.
@@ -291,7 +291,7 @@ declare class NamiRepeatingGrid extends NamiElement {
291
291
  scaleFactor: number;
292
292
  minSDKVersion: TSemverObj;
293
293
  protected styles(): CSSResult;
294
- render(): any[][];
294
+ render(): lit_html.TemplateResult<1>[];
295
295
  }
296
296
 
297
297
  declare class NamiCarouselContainer extends NamiElement {