test-stpr-ui-kit 0.4.20 → 0.4.21

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.
@@ -449,6 +449,7 @@ declare interface TooltipProps extends Omit<BaseTooltipProps, "classNameRoot" |
449
449
  classNameTriggerTooltip?: string;
450
450
  classNameBaseTooltipRoot?: string;
451
451
  classNameBaseTooltipContentRoot?: string;
452
+ isStopPropagationClickOnTrigger?: boolean;
452
453
  }
453
454
 
454
455
  export declare type TPaneItem = {