expo-shazamkit
Version:
ShazamKit for React Native
9 lines • 355 B
TypeScript
import { MatchedItem } from "./ExpoShazamKit.types";
export declare function isAvailable(): boolean;
export declare function startListening(): Promise<MatchedItem[]>;
export declare function stopListening(): void;
export declare function addToShazamLibrary(): Promise<{
success: boolean;
}>;
export { MatchedItem };
//# sourceMappingURL=index.d.ts.map