This commit is contained in:
Philipp Kühn
2020-11-16 17:26:09 +01:00
4 changed files with 15 additions and 4 deletions

View File

@@ -4,13 +4,11 @@ import {
} from 'y-prosemirror'
export interface CollaborationOptions {
provider: any,
type: any,
}
const Collaboration = Extension.create({
defaultOptions: <CollaborationOptions>{
provider: null,
type: null,
},