2
0
mirror of synced 2025-01-27 14:45:30 +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 */ /* eslint-disable */
declare module 'react-native' { // declare module 'react-native' {
// noinspection ES6ConvertVarToLetConst // // noinspection ES6ConvertVarToLetConst
declare var exports: any; // declare var exports: any;
} // }
declare type AuthResultType = { declare type AuthResultType = {
authenticated: boolean, authenticated: boolean,