mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 15:39:31 +08:00
7 lines
No EOL
427 B
Text
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 |