kui-basic 1.1.133 → 1.1.134

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
@@ -708,7 +708,6 @@ interface TabsProps
708
708
  value: number
709
709
  onChange?: TabChangeHandlerType
710
710
  indicatorPos?: TabsIndicatorPositions
711
- id?: string
712
711
  }
713
712
 
714
713
  type TabsType = (props: TabsProps) => React.ReactElement