refactoring

This commit is contained in:
Philipp Kühn
2020-11-10 21:18:22 +01:00
parent 54c2dcb8e6
commit cb5ca0c084
36 changed files with 41 additions and 36 deletions

View File

@@ -47,7 +47,7 @@ const HardBreak = createNode({
export default HardBreak
declare module '@tiptap/core/src/Editor' {
declare module '@tiptap/core' {
interface AllExtensions {
HardBreak: typeof HardBreak,
}