mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
import React from 'react'
|
|
|
|
import Cursor from './Cursor'
|
|
|
|
const renderCursor = data => <Cursor {...data} />
|
|
|
|
export default renderCursor
|