reactjs-tiptap-editor
Version:
A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React
5 lines (4 loc) • 323 B
TypeScript
declare function RichTextBubbleImage(): import("react/jsx-runtime").JSX.Element;
declare function RichTextBubbleImageGif(): import("react/jsx-runtime").JSX.Element;
declare function RichTextBubbleVideo(): import("react/jsx-runtime").JSX.Element;
export { RichTextBubbleImage, RichTextBubbleVideo, RichTextBubbleImageGif };