Remove unused import in TypeScript types.

This commit is contained in:
Dylan Vann 2018-09-23 17:25:30 -04:00
parent c265c7a79a
commit e66d7e0b1f
1 changed files with 0 additions and 1 deletions

1
src/index.d.ts vendored
View File

@ -1,4 +1,3 @@
import { OnProgressEvent } from './index.d';
import * as React from 'react'
import { FlexStyle, LayoutChangeEvent, ShadowStyleIOS, StyleProp, TransformsStyle } from 'react-native'