File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -415,14 +415,3 @@ declare module "react-native-appsflyer" {
415415
416416 export default appsFlyer ;
417417}
418-
419- // Explicit ambient declarations for ESLint compatibility
420- // ESLint's import resolver doesn't recognize exports inside 'declare module' blocks.
421- // These top-level declarations allow ESLint to detect the exports.
422- declare const StoreKitVersion : { readonly SK1 : "SK1" ; readonly SK2 : "SK2" } ;
423- declare const AppsFlyerPurchaseConnector : any ; // Type is defined in declare module above
424- declare const AppsFlyerPurchaseConnectorConfig : any ; // Type is defined in declare module above
425- declare const appsFlyer : any ; // Type is defined in declare module above
426-
427- export { StoreKitVersion , AppsFlyerPurchaseConnector , AppsFlyerPurchaseConnectorConfig } ;
428- export { appsFlyer as default } ;
You can’t perform that action at this time.
0 commit comments