UNPKG

@twilio/voice-react-native-sdk

Version:
12 lines (11 loc) 495 B
/** * Copyright © 2022 Twilio, Inc. All rights reserved. Licensed under the Twilio * license. * * See LICENSE in the project root for license information. */ import * as ReactNative from 'react-native'; import type { TwilioVoiceReactNative as TwilioVoiceReactNativeType } from './type/NativeModule'; export declare const NativeModule: TwilioVoiceReactNativeType; export declare const NativeEventEmitter: ReactNative.NativeEventEmitter; export declare const Platform: ReactNative.Platform;