import { Plugin } from 'prosemirror-state'; /** * Boundary navigation plugin for inline StructuredContent nodes. * * Keeps arrow-key exits and editable boundary slots predictable without * converting normal content clicks into whole-inline-content selections. */ export function createStructuredContentSelectPlugin(editor: any): Plugin; //# sourceMappingURL=structured-content-select-plugin.d.ts.map