Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 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