test-stpr-ui-kit 0.4.21 → 0.4.23

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.
@@ -352,6 +352,7 @@ declare interface TabsProps {
352
352
  isSeparated?: boolean;
353
353
  variant?: TTabsVariant;
354
354
  classNameRoot?: string;
355
+ classNameBaseTooltipRoot?: string;
355
356
  }
356
357
 
357
358
  declare type TApplyButtonsAlign = "left" | "center" | "right";