[types]: adding module for config
This commit is contained in:
parent
1d91cad542
commit
12af6f39f3
5
src/index.d.ts
vendored
5
src/index.d.ts
vendored
@ -2462,6 +2462,11 @@ declare module 'react-native-firebase/notifications' {
|
|||||||
export type IOSAttachmentOptions = RNFirebase.notifications.IOSAttachmentOptions;
|
export type IOSAttachmentOptions = RNFirebase.notifications.IOSAttachmentOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare module 'react-native-firebase/config' {
|
||||||
|
import { RNFirebase } from 'react-native-firebase';
|
||||||
|
export type ConfigSnapshot = RNFirebase.config.ConfigSnapshot;
|
||||||
|
export type Config = RNFirebase.config.Config;
|
||||||
|
}
|
||||||
|
|
||||||
declare module 'react-native-firebase/crashlytics' {
|
declare module 'react-native-firebase/crashlytics' {
|
||||||
import { RNFirebase } from 'react-native-firebase';
|
import { RNFirebase } from 'react-native-firebase';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user