UNPKG

@atlaskit/editor-plugin-floating-toolbar

Version:

Floating toolbar plugin for @atlaskit/editor-core

3 lines (2 loc) 166 B
import type { Node } from '@atlaskit/editor-prosemirror/model'; export declare function findNode(parent: Node, predicate: (node: Node) => boolean): Node | undefined;