commit
This commit is contained in:
parent
be4fd23bcf
commit
0bd53741af
728 changed files with 86573 additions and 0 deletions
7
node_modules/css-select/lib/attributes.d.ts
generated
vendored
Normal file
7
node_modules/css-select/lib/attributes.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { CompiledQuery, InternalOptions } from "./types";
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue