Skip to content

Commit

Permalink
fix(index.ts): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Dec 20, 2019
1 parent e2d9efd commit 7869a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hocs/withOuterLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { ComponentType, PureComponent } from 'react';
import { LayoutChangeEvent } from 'react-native';
import { BoundingRect, Optionalize, WithOuterLayoutProps } from '../interfaces';

interface WithOuterLayoutHocState {
export interface WithOuterLayoutHocState {
boundingRect: BoundingRect;
}

Expand Down

0 comments on commit 7869a9b

Please sign in to comment.