UNPKG

@42techpacks/expo-spotify-sdk

Version:
7 lines 340 B
import { NativeModule } from "expo-modules-core"; import { ExpoSpotifySDKModuleEvents } from "./ExpoSpotifySDK.types"; declare class ExpoSpotifySDKModule extends NativeModule<ExpoSpotifySDKModuleEvents> { } declare const ExpoSpotifySDK: ExpoSpotifySDKModule; export default ExpoSpotifySDK; //# sourceMappingURL=ExpoSpotifySDKModule.d.ts.map