kui-basic 1.1.243 → 1.1.245

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
@@ -905,6 +905,7 @@ type TextOverflowProps = {
905
905
  content?: string | ReactNode
906
906
  placement?: TooltipProps$1["placement"]
907
907
  strategy?: TooltipProps$1["strategy"]
908
+ endText?: string | false
908
909
  } & CaptionProps$1
909
910
 
910
911
  type TextOverflowStylesProps = {