format imports
This commit is contained in:
parent
93778762c1
commit
b8eb27a4dd
|
@ -1,15 +1,12 @@
|
|||
// adapted from @n8body/tiptap-spoiler
|
||||
|
||||
import type { ElementType } from 'react'
|
||||
import {
|
||||
Node,
|
||||
Mark,
|
||||
markInputRule,
|
||||
markPasteRule,
|
||||
mergeAttributes,
|
||||
nodeInputRule,
|
||||
nodePasteRule,
|
||||
} from '@tiptap/core'
|
||||
import type { ElementType } from 'react'
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
interface Commands<ReturnType> {
|
||||
|
|
Loading…
Reference in New Issue
Block a user