kui-basic 1.1.149 → 1.1.151

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/index.d.ts CHANGED
@@ -796,6 +796,7 @@ interface TooltipProps
796
796
  defaultOpen?: boolean
797
797
  placement?: Placement
798
798
  withArrow?: boolean
799
+ withShift?: boolean
799
800
  cursor?: "pointer" | "auto"
800
801
  spacing?: string
801
802
  toggleMethod?: TooltipToggleMethods