improve command handling
This commit is contained in:
@@ -4,7 +4,7 @@ import { wrappingInputRule } from 'prosemirror-inputrules'
|
||||
export type BulletListCommand = () => Command
|
||||
|
||||
declare module '@tiptap/core/src/Editor' {
|
||||
interface Editor {
|
||||
interface Commands {
|
||||
bulletList: BulletListCommand,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user