Browse Source
Tabs props missing prop
Added Missing prop 'destroyInactiveTabPane' in Tabs
pull/17237/head
Ankit Babbar
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
components/tabs/index.tsx
|
|
@ -32,6 +32,7 @@ export interface TabsProps { |
|
|
|
animated?: boolean | { inkBar: boolean; tabPane: boolean }; |
|
|
|
tabBarGutter?: number; |
|
|
|
renderTabBar?: (props: TabsProps, DefaultTabBar: React.ReactNode) => React.ReactElement<unknown>; |
|
|
|
destroyInactiveTabPane?: boolean; |
|
|
|
} |
|
|
|
|
|
|
|
// Tabs
|
|
|
|