refactor: remove AnyObject type
This commit is contained in:
@@ -8,9 +8,7 @@ import {
|
||||
|
||||
export interface HighlightOptions {
|
||||
multicolor: boolean,
|
||||
HTMLAttributes: {
|
||||
[key: string]: any
|
||||
},
|
||||
HTMLAttributes: Record<string, any>,
|
||||
}
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
|
||||
Reference in New Issue
Block a user