@freshworks/react-native-freshdesk-sdk
Version:
React Native wrapper for Freshdesk Android and iOS SDKs
20 lines (19 loc) • 759 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
/**
* Codegen spec for the Freshdesk native module.
*
* Parsed by @react-native/codegen. MUST contain only the react-native import,
* the Spec interface, and the default export. All runtime logic (no-op
* fallback, NativeEventEmitter wiring) lives in ./FreshdeskModule.ts.
*
* Rich public types (FreshdeskConfig, ContentConfiguration, ...) stay in
* ./types.ts; the spec uses `Object` / `string` because codegen cannot
* resolve cross-file structured types.
*/
var _default = exports.default = _reactNative.TurboModuleRegistry.get('FreshdeskReactNative');
//# sourceMappingURL=NativeFreshdesk.js.map