選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

attributes.d.ts 427B

1234567
  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