App/src/types/image.png.d.ts

7 lines
155 B
TypeScript

declare module '*.png' {
import { ImageSourcePropType } from 'react-native'
const content: ImageSourcePropType
export default content
}