HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/vanilla-colorful/lib/components/slider.d.ts
import type { HsvaColor } from '../types.js';
export interface Offset {
    x: number;
    y: number;
}
export declare abstract class Slider {
    nodes: HTMLElement[];
    el: HTMLElement;
    xy: boolean;
    constructor(root: ShadowRoot, part: string, aria: string, xy: boolean);
    set dragging(state: boolean);
    handleEvent(event: Event): void;
    abstract getMove(offset: Offset, key?: boolean): Record<string, number>;
    abstract update(hsva: HsvaColor): void;
    style(styles: Array<Record<string, string>>): void;
}
//# sourceMappingURL=slider.d.ts.map