UNPKG

@plone/volto

Version:
12 lines (11 loc) 527 B
export function editorStateSettingLink(editorState: any, selection: any, data: any): any; export function getCurrentLinkEntityKey(editorState: any): any; export function getCurrentLink(editorState: any): any; export default createLinkDetectionPlugin; declare function createLinkDetectionPlugin(): { decorators: { strategy: (contentBlock: any, callback: any, contentState: any) => void; component: (props: any) => import("react/jsx-runtime").JSX.Element; }[]; onChange: (editorState: any) => any; };