UNPKG

@multisynq/react

Version:

React bindings for Multisynq

8 lines (7 loc) 371 B
export { Model, View, Data, Session, Constants, App } from '@multisynq/client'; import { ReactModel } from './ReactModel'; import { MultisynqReactView } from './MultisynqReactView'; import { createMultisynqSession } from './createMultisynqSession'; export { ReactModel, MultisynqReactView, createMultisynqSession }; export * from './components'; export * from './hooks';