UNPKG

@dash0hq/codemirror-promql

Version:
5 lines (4 loc) 248 B
import { EditorState } from '@codemirror/state'; import { SyntaxNode } from '@lezer/common'; import { VectorMatching } from '../types'; export declare function buildVectorMatching(state: EditorState, binaryNode: SyntaxNode): VectorMatching | null;