UNPKG

@revrag-ai/embed-react-native

Version:

A powerful React Native library for integrating AI-powered voice agents into mobile applications. Features real-time voice communication, intelligent speech processing, customizable UI components, and comprehensive event handling for building conversation

7 lines 246 B
import type { TurboModule } from 'react-native'; export interface Spec extends TurboModule { multiply(a: number, b: number): number; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeEmbedReactNative.d.ts.map