source: trip-planner-front/node_modules/css-select/lib/attributes.d.ts@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 427 bytes
Line 
1import { CompiledQuery, InternalOptions } from "./types";
2import type { AttributeSelector, AttributeAction } from "css-what";
3/**
4 * Attribute selectors
5 */
6export 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
Note: See TracBrowser for help on using the repository browser.