芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/css-select/lib/pseudo-selectors/subselects.d.ts
import { CompileToken } from "./../types"; import type { Selector } from "css-what"; import type { CompiledQuery, InternalOptions, Adapter } from "../types"; /** Used as a placeholder for :has. Will be replaced with the actual element. */ export declare const PLACEHOLDER_ELEMENT: {}; export declare function ensureIsTag
(next: CompiledQuery
, adapter: Adapter
): CompiledQuery
; export declare type Subselect =
(next: CompiledQuery
, subselect: Selector[][], options: InternalOptions
, context: Node[] | undefined, compileToken: CompileToken
) => CompiledQuery
; export declare function getNextSiblings
(elem: Node, adapter: Adapter
): ElementNode[]; export declare const subselects: Record
; //# sourceMappingURL=subselects.d.ts.map