gd-bs 6.1.5 → 6.1.7

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
@@ -2003,6 +2003,7 @@ declare module 'gd-bs/components/nav/types' {
2003
2003
  isJustified?: boolean;
2004
2004
  isPills?: boolean;
2005
2005
  isTabs?: boolean;
2006
+ isUnderline?: boolean;
2006
2007
  isVertical?: boolean;
2007
2008
  onClick?: (newTab?: INavLink, prevTab?: INavLink) => void;
2008
2009
  onLinkRendered?: (el?: HTMLElement, item?: INavLinkProps) => void;