You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
423 B

3 months ago
  1. import type { CompiledQuery, InternalOptions, InternalSelector, CompileToken } from "./types";
  2. export declare function compileGeneralSelector<Node, ElementNode extends Node>(next: CompiledQuery<ElementNode>, selector: InternalSelector, options: InternalOptions<Node, ElementNode>, context: Node[] | undefined, compileToken: CompileToken<Node, ElementNode>): CompiledQuery<ElementNode>;
  3. //# sourceMappingURL=general.d.ts.map