UNPKG

@atlaskit/editor-plugin-card

Version:

Card plugin for @atlaskit/editor-core

3 lines (2 loc) 178 B
import type { Node } from '@atlaskit/editor-prosemirror/model'; export declare function shouldReplaceLink(node: Node, compareLinkText?: boolean, compareToUrl?: string): boolean;