UNPKG

reactjs-tiptap-editor

Version:

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React

7 lines (6 loc) 251 B
import { Node } from '@tiptap/core'; import { GeneralOptions } from '../../types'; export interface ClearOptions extends GeneralOptions<ClearOptions> { } export * from './components/RichTextClear'; export declare const Clear: Node<ClearOptions, any>;