fix: remove duplicate type import

This commit is contained in:
jbinda
2019-05-15 17:29:17 +02:00
committed by GitHub
parent fb2bacb3ba
commit 45b86446e3

View File

@@ -10,7 +10,6 @@ import { withTheme } from '../../core/theming';
import Caption from './../Typography/Caption';
import Title from './../Typography/Title';
import type { Theme } from '../../types';
import type { ViewStyleProp } from 'react-native/Libraries/StyleSheet/StyleSheet';
type Props = React.ElementConfig<typeof View> & {|
/**