mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-26 18:57:50 +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
|