cudr_slate-collaborative/packages/client/src/index.ts
George 0fd9390a99
feat: update to slate 0.5x (#10)
Update Slate-Collaboration to be compatible with Slate 0.5x versions.
2020-05-10 16:50:12 +03:00

7 lines
250 B
TypeScript

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