mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-08 01:53:04 +08:00
305 B
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
}
}