gd-bs 6.2.5 → 6.2.6

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
@@ -394,6 +394,7 @@ declare module 'gd-bs/components/button/types' {
394
394
  badge?: IBadgeProps;
395
395
  controls?: string | Array<string>;
396
396
  data?: any;
397
+ description?: string;
397
398
  dismiss?: string;
398
399
  href?: string;
399
400
  iconClassName?: string;
@@ -406,6 +407,7 @@ declare module 'gd-bs/components/button/types' {
406
407
  isLarge?: boolean;
407
408
  isLink?: boolean;
408
409
  isSmall?: boolean;
410
+ label?: string;
409
411
  onClick?: (button?: IButtonProps, ev?: Event) => void;
410
412
  spinnerProps?: ISpinnerProps;
411
413
  tabIndex?: number;