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