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