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