/** * Get all field annotations in the document, paired with their DOM * bounding rect from the current view. * * @param {import('./types.js').EditorView} view - The editor view; used * to compute DOM rects. * @param {import('./types.js').EditorState} state - The editor state to search. * @returns {import('./types.js').FieldAnnotationEntryWithRect[]} * `{ node, pos, rect }` per annotation. `rect` is the bounding rect * from `view.coordsAtPos`. */ export function getAllFieldAnnotationsWithRect(view: import('./types.js').EditorView, state: import('./types.js').EditorState): import('./types.js').FieldAnnotationEntryWithRect[]; //# sourceMappingURL=getAllFieldAnnotationsWithRect.d.ts.map