UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

7 lines 427 B
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