Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add missed property 'key' in TabPaneProps
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
components/tabs/index.tsx
|
@@ -42,6 +42,7 @@ export interface TabPaneProps { |
|
|
className?: string; |
|
|
disabled?: boolean; |
|
|
forceRender?: boolean; |
|
|
key?: string |
|
|
} |
|
|
|
|
|
export default class Tabs extends React.Component<TabsProps, any> { |
|
|
This comment has been minimized.
682af0d
should be key?:string | number