You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
427 B

3 months ago
  1. import { CompiledQuery, InternalOptions } from "./types";
  2. import type { AttributeSelector, AttributeAction } from "css-what";
  3. /**
  4. * Attribute selectors
  5. */
  6. export declare const attributeRules: Record<AttributeAction, <Node, ElementNode extends Node>(next: CompiledQuery<ElementNode>, data: AttributeSelector, options: InternalOptions<Node, ElementNode>) => CompiledQuery<ElementNode>>;
  7. //# sourceMappingURL=attributes.d.ts.map