Urara-Blog/node_modules/.pnpm-store/v3/files/6b/7791af67fa06a25666c92b9373b6a7d886b22b37cef48df5929e772ec77f7825ffa6d3277608ed43740a7abff3f9e09d2c77a3f69fa1dca08a370369e21bcc
2022-08-14 01:14:53 +08:00

7 lines
No EOL
427 B
Text

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