UNPKG

@state-sync/js-client

Version:
7 lines (6 loc) 316 B
export { ISyncService } from './ISyncService'; export { ISyncArea } from './ISyncArea'; export { StateSync } from './SyncService'; export { SyncConfig } from './SyncConfig'; export { ISyncStatus, ISyncAreaStatus, ISyncConnectionStatus } from './ISyncStatus'; export { ISyncAuthListener } from './ISyncAuthListener';