@namiml/web-sdk 3.4.10-dev.202609011954 → 3.4.10-dev.202609012235

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.
@@ -330,7 +330,7 @@ declare class NamiResponsiveGrid extends NamiElement {
330
330
  private isGroupedHorizontal;
331
331
  private isTimelineActive;
332
332
  protected styles(): CSSResult;
333
- render(): any[][] | lit_html.TemplateResult<1> | lit_html.TemplateResult<1>[];
333
+ render(): lit_html.TemplateResult<1> | any[][] | lit_html.TemplateResult<1>[];
334
334
  protected updated(): void;
335
335
  private measureTimeline;
336
336
  private readTimelineGeometry;