mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-22 16:17:50 +08:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
|
import { CollaborationCursor } from './collaboration-cursor'
|
||
|
|
||
|
export * from './collaboration-cursor'
|
||
|
|
||
|
export default CollaborationCursor
|