@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
22 lines (16 loc) • 460 B
JavaScript
;
/**
* @file index.d.ts
* @description TypeScript declarations for the Onwid React Native library.
*/
// Component declarations
// Hook type declarations
// Hook declarations
// API type declarations
// Event system declarations
export let EventKeys = /*#__PURE__*/function (EventKeys) {
EventKeys["USER_DATA"] = "user_data";
EventKeys["SCREEN_STATE"] = "state_data";
return EventKeys;
}({});
//# sourceMappingURL=index.types.js.map