UNPKG

softlofy-rn-components

Version:

A collection of commonly used components on React Native project developed by [Softlofy](https://softlofy.com/).

9 lines (8 loc) 158 B
declare module '*.svg' { const content: any; export default content; } declare module '*.png' { const content: any; export default content; }