2
0
mirror of synced 2025-01-26 22:29:22 +00:00

remove flow rn declare statement

This commit is contained in:
Salakar 2017-09-23 18:26:19 +01:00
parent 2755fd2433
commit 75dfae369a

View File

@ -1,8 +1,8 @@
/* eslint-disable */
declare module 'react-native' {
// noinspection ES6ConvertVarToLetConst
declare var exports: any;
}
// declare module 'react-native' {
// // noinspection ES6ConvertVarToLetConst
// declare var exports: any;
// }
declare type AuthResultType = {
authenticated: boolean,