gd-bs 6.6.56 → 6.6.58

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
@@ -1815,6 +1815,7 @@ declare module 'gd-bs/components/listGroup/types' {
1815
1815
  isDisabled?: boolean;
1816
1816
  onClick?: (el?: HTMLElement, item?: IListGroupItem) => void;
1817
1817
  onRender?: (el?: HTMLElement, item?: IListGroupItem) => void;
1818
+ onRenderTab?: (el?: HTMLElement, item?: IListGroupItem) => void;
1818
1819
  tabName?: string;
1819
1820
  type?: number;
1820
1821
  }