init project

This commit is contained in:
NAS\NASPC
2026-05-26 14:40:48 +07:00
parent 75a146669b
commit 6bdc2aa18f
1523 changed files with 210234 additions and 60 deletions
+7
View File
@@ -0,0 +1,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