Skip to content

Commit

Permalink
fix(ui): export tab-view children props
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Apr 25, 2019
1 parent 1e3167b commit cb3ebae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/framework/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ import {
import {
TabView,
Props as TabViewProps,
ChildProps as TabViewChildProps,
} from './tab/tabView.component';
import {
Text as TextComponent,
Expand Down Expand Up @@ -182,6 +183,7 @@ export {
TabProps,
TabBarProps,
TabViewProps,
TabViewChildProps,
TextProps,
TooltipProps,
ToggleProps,
Expand Down
1 change: 0 additions & 1 deletion src/framework/ui/tab/tabView.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class TabView extends React.Component<Props> {

static defaultProps: Partial<Props> = {
selectedIndex: 0,
contentWidth: Dimensions.get('window').width,
};

private viewPagerRef: React.RefObject<ViewPager> = React.createRef();
Expand Down

0 comments on commit cb3ebae

Please sign in to comment.