UNPKG

react-ts5-remote-app-api

Version:

React hook/api for the TeamSpeak5 remote app feature

6 lines (3 loc) 265 B
import useTSRemoteApp from "./hooks/useTSRemoteApp"; export type { IChannel, IClient, IConnection, IAuthSenderPayload, IChannelInfos, IAuthMessage, IChannelProperties, IClientInfo, IServerProperties } from "./interfaces/teamspeak"; export default useTSRemoteApp;