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

22 lines (21 loc) 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventKeys = void 0; /** * @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 let EventKeys = exports.EventKeys = /*#__PURE__*/function (EventKeys) { EventKeys["USER_DATA"] = "user_data"; EventKeys["SCREEN_STATE"] = "state_state"; EventKeys["OFFER_STATE"] = "offer_state"; return EventKeys; }({}); //# sourceMappingURL=index.types.js.map