@douyinfe/semi-ui 2.2.0-beta.1 → 2.2.0

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.
@@ -86715,8 +86715,6 @@ TabPane_TabPane.propTypes = {
86715
86715
 
86716
86716
 
86717
86717
 
86718
-
86719
-
86720
86718
  var tabs_rest = undefined && undefined.__rest || function (s, e) {
86721
86719
  var t = {};
86722
86720
 
@@ -86740,9 +86738,7 @@ var tabs_rest = undefined && undefined.__rest || function (s, e) {
86740
86738
 
86741
86739
 
86742
86740
 
86743
-
86744
- const panePickKeys = keys_default()(omit_default()(tabs_TabPane.propTypes, ['children']));
86745
-
86741
+ const panePickKeys = ['className', 'style', 'disabled', 'itemKey', 'tab', 'icon'];
86746
86742
 
86747
86743
 
86748
86744
  class tabs_Tabs extends baseComponent_BaseComponent {