File size: 432 Bytes
a771826
 
 
 
 
1
2
3
4
5
6
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;