UNPKG

@fourwaves/tiptap-extension-selection-decoration

Version:
8 lines (7 loc) 267 B
import { Extension } from '@tiptap/core'; export interface SelectionDecorationOptions { className: string; } declare const SelectionDecoration: Extension<SelectionDecorationOptions, any>; export { SelectionDecoration }; export default SelectionDecoration;