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