/** * Completion inside JSX: the element being opened, and the attributes that * element accepts — a component's own props and control slots, or the native * Web and SVG rosters. * * D115 P4 R3d: the two context scanners and the rosters they select from are * one concern; the Look side of the same file never reads either. */ import type { CompilerProjectEditorCompletionContext, CompilerProjectEditorCompletionResult } from "@velarscript/compiler/extension"; /** What may be written at a caret inside a JSX element, tag or attribute. */ export declare function completeJsx(context: CompilerProjectEditorCompletionContext): CompilerProjectEditorCompletionResult | undefined; //# sourceMappingURL=jsx-completion.d.ts.map