mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
7 lines
435 B
TypeScript
7 lines
435 B
TypeScript
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
|