mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-21 07:18:05 +08:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
import { Collaboration } from './collaboration'
|
||
|
|
||
|
export * from './collaboration'
|
||
|
|
||
|
export default Collaboration
|