kui-basic 1.1.251 → 1.1.252

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
@@ -714,7 +714,7 @@ interface TabsProps
714
714
  >,
715
715
  "onChange"
716
716
  > {
717
- value: number | string
717
+ value: number | string | null
718
718
  onChange?: TabChangeHandlerType
719
719
  indicatorPos?: TabsIndicatorPositions
720
720
  }