mindmap / dist /react-text /plugins /with-link.d.ts
manhteky123's picture
Upload 401 files
a771826 verified
import { LinkElement } from '../common';
import { CustomEditor, RenderElementPropsFor } from '../custom-types';
export declare const InlineChromiumBugfix: () => import("react/jsx-runtime").JSX.Element;
export declare const LinkComponent: ({ attributes, children, element, }: RenderElementPropsFor<LinkElement>) => import("react/jsx-runtime").JSX.Element;
export declare const withInlineLink: (editor: CustomEditor) => CustomEditor;