summaryrefslogtreecommitdiff
path: root/includes/external/addressbook/node_modules/css-select/lib/attributes.d.ts
blob: 27b60a58bf775a3bbe8e1727c153ea51c8a4433f (plain)
1
2
3
4
5
6
7
import type { CompiledQuery, InternalOptions } from "./types.js";
import type { AttributeSelector, AttributeAction } from "css-what";
/**
 * Attribute selectors
 */
export declare const attributeRules: Record<AttributeAction, <Node, ElementNode extends Node>(next: CompiledQuery<ElementNode>, data: AttributeSelector, options: InternalOptions<Node, ElementNode>) => CompiledQuery<ElementNode>>;
//# sourceMappingURL=attributes.d.ts.map