UNPKG

@phenixrts/sdk

Version:
11 lines (10 loc) 289 B
import SDK from '../SDK'; import Channels from './Channels'; import ChannelState from './ChannelState'; export { SDK, Channels, ChannelState }; declare const _default: { SDK: typeof SDK; Channels: typeof Channels; ChannelState: typeof ChannelState; }; export default _default;