Browse Source

Tabs props missing prop

Added Missing prop 'destroyInactiveTabPane' in Tabs
pull/17237/head
Ankit Babbar 6 years ago
committed by GitHub
parent
commit
26e427ca7d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/tabs/index.tsx

1
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

Loading…
Cancel
Save