react-native-acoustic-connect-beta
Version:
BETA: React native plugin for Acoustic Connect
24 lines • 1.38 kB
TypeScript
/********************************************************************************************
* Copyright (C) 2025 Acoustic, L.P. All rights reserved.
*
* NOTICE: This file contains material that is confidential and proprietary to
* Acoustic, L.P. and/or other developers. No license is granted under any intellectual or
* industrial property rights of Acoustic, L.P. except as may be provided in an agreement with
* Acoustic, L.P. Any unauthorized copying or distribution of content from this file is
* prohibited.
*
* Created by Omar Hernandez on 5/9/25.
*
********************************************************************************************/
import type { AcousticConnectRN as AcousticConnectRNSpec } from './specs/react-native-acoustic-connect.nitro';
import Connect from './components/Connect';
import KeyboardListener from './utils/KeyboardListener';
import DialogListener from './utils/DialogListener';
import useDialogTracking from './utils/useDialogTracking';
import { withAcousticAutoDialog } from './utils/withAcousticAutoDialog';
import DialogDebugger from './utils/DialogDebugger';
import TLTRN from './TLTRN';
declare const AcousticConnectRN: AcousticConnectRNSpec;
export { Connect, TLTRN, KeyboardListener, DialogListener, useDialogTracking, DialogDebugger, withAcousticAutoDialog };
export default AcousticConnectRN;
//# sourceMappingURL=index.d.ts.map