add missing options to starter kit

This commit is contained in:
Philipp Kühn
2020-11-25 23:35:23 +01:00
parent dbebb1ca9e
commit ac0e32587a
2 changed files with 37 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
import { Extension } from '@tiptap/core'
import { dropCursor } from 'prosemirror-dropcursor'
type DropcursorOptions = {
export interface DropcursorOptions {
color: string | null,
width: number | null,
class: string | null,