2
0
mirror of synced 2025-01-12 07:04:21 +00:00

Merge pull request #469 from bm-software/master

Missing new app function typing
This commit is contained in:
Michael Diarmid 2017-10-06 12:13:53 +01:00 committed by GitHub
commit eccd551d43

2
index.d.ts vendored
View File

@ -51,6 +51,8 @@ declare module "react-native-firebase" {
static initializeApp(options?: any | RNFirebase.configurationOptions, name?: string): FireBase;
static app(name?: string): FireBase;
[key: string]: any;
}