add missing options to starter kit
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user