UNPKG

@intercom/intercom-react-native

Version:

React Native wrapper to bridge our iOS and Android SDK

8 lines 291 B
import { type ConfigPlugin } from '@expo/config-plugins'; import type { IntercomPluginProps } from './@types'; declare const configPlugin: (pkg: { name: string; version: string; }) => ConfigPlugin<IntercomPluginProps>; export default configPlugin; //# sourceMappingURL=index.d.ts.map