Appearance
The Selection extension allows you to add a selection to your editor.
import { Selection } from 'reactjs-tiptap-editor'; const extensions = [ ..., // Import Extensions Here Selection ];
Source • Docs