Skip to content

Commit

Permalink
chore(type): use React.JSX insteadof JSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslam97 committed Dec 26, 2024
1 parent bdf14b5 commit 092720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/minimal-tiptap/components/section/one.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ToolbarButton } from '../toolbar-button'
import { ShortcutKey } from '../shortcut-key'

interface TextStyle extends Omit<FormatAction, 'value' | 'icon' | 'action' | 'isActive' | 'canExecute'> {
element: keyof JSX.IntrinsicElements
element: keyof React.JSX.IntrinsicElements
level?: Level
className: string
}
Expand Down

0 comments on commit 092720a

Please sign in to comment.