| 2 | import { Mark, markInputRule, markPasteRule, mergeAttributes } from '@tiptap/core' |
| 3 | |
| 4 | export interface CodeOptions { |
| 5 | /** |
| 6 | * The HTML attributes applied to the code element. |
| 7 | * @default {} |
| 8 | * @example { class: 'foo' } |
| 9 | */ |
| 10 | HTMLAttributes: Record<string, any> |
| 11 | } |
| 12 | |
| 13 | declare module '@tiptap/core' { |
| 14 | interface Commands<ReturnType> { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…