@luzmo/lucero 0.0.21 → 0.0.23

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.
@@ -67,9 +67,12 @@ export declare class LuzmoTabs extends LuzmoTabs_base {
67
67
  private _tabs;
68
68
  constructor();
69
69
  protected resizeController: ResizeController<void>;
70
+ /**
71
+ * @internal
72
+ */
70
73
  rovingTabindexController: RovingTabindexController<LuzmoTab>;
71
74
  /**
72
- * @private
75
+ * @internal
73
76
  */
74
77
  get focusElement(): LuzmoTab | this;
75
78
  private limitDeltaToInterval;