/** * Copyright (c) 2022 XYLink Inc. * * XYLink Electron SDK Entry * * @summary XY Electron SDK By C++ SDK * @author jinghui-Luo * * Created at : 2020-05-10 16:53:29 * Last modified : 2024-12-03 17:58:48 */ export { XYSlaveRTC } from './clientSlave'; export { XYRTC } from './client'; export { Render } from './render/index'; export { XYTimer } from './tools/interval'; export * from './type';