UNPKG

reactjs-tiptap-editor

Version:

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

5 lines (4 loc) 189 B
import { Extension } from '@tiptap/core'; export * from './components/SlashCommandList'; export * from './renderCommandListDefault'; export declare const SlashCommand: Extension<any, any>;