UNPKG

reactjs-tiptap-editor

Version:

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

9 lines (8 loc) 237 B
interface IPropsLinkViewBlock { editor: any; link: string; onClear?: any; onEdit?: any; } declare function LinkViewBlock(props: IPropsLinkViewBlock): import("react/jsx-runtime").JSX.Element; export default LinkViewBlock;