|
|
@@ -15,7 +15,7 @@ import TabPane from './TabPane';
|
|
|
import TabsContext from './tabs-context';
|
|
|
import { TabsProps, PlainTab, TabBarProps } from './interface';
|
|
|
|
|
|
-const panePickKeys = Object.keys(omit(TabPane.propTypes, ['children']));
|
|
|
+const panePickKeys = ['className', 'style', 'disabled', 'itemKey', 'tab', 'icon'];
|
|
|
|
|
|
export * from './interface';
|
|
|
|