@42techpacks/expo-spotify-sdk
Version:
Expo Module for native Spotify SDK
7 lines • 340 B
TypeScript
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