gd-bs 6.6.77 → 6.6.79

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.
package/dist/gd-bs.d.ts CHANGED
@@ -1864,6 +1864,7 @@ declare module 'gd-bs/components/listGroup/types' {
1864
1864
  isNumbered?: boolean;
1865
1865
  isTabs?: boolean;
1866
1866
  items?: Array<IListGroupItem<T>>;
1867
+ tabClassName?: string;
1867
1868
  }
1868
1869
 
1869
1870
  /**