cudr_slate-collaborative/src/client/index.ts

7 lines
250 B
TypeScript
Raw Normal View History

import useCursor from './useCursor'
import withAutomerge from './withAutomerge'
import withSocketIO from './withSocketIO'
import withIOCollaboration from './withIOCollaboration'
export { withAutomerge, withSocketIO, withIOCollaboration, useCursor }