tiptap/.changeset/twenty-moose-invent.md

305 B

@tiptap/core
major

editor.storage is now strongly typed Storage instances, using a similar pattern as commands, where you can define the type of the storage value using namespaces like:

declare module '@tiptap/core' {
  interface Storage {
    extensionName: StorageValue
  }
}