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/entrypoints/hex-alpha.d.ts
import { AlphaColorPicker } from '../components/alpha-color-picker.js';
import type { ColorModel, ColorPickerEventListener, ColorPickerEventMap } from '../types';
export interface HexAlphaBase {
    addEventListener<T extends keyof ColorPickerEventMap<string>>(type: T, listener: ColorPickerEventListener<ColorPickerEventMap<string>[T]>, options?: boolean | AddEventListenerOptions): void;
    removeEventListener<T extends keyof ColorPickerEventMap<string>>(type: T, listener: ColorPickerEventListener<ColorPickerEventMap<string>[T]>, options?: boolean | EventListenerOptions): void;
}
export declare class HexAlphaBase extends AlphaColorPicker<string> {
    protected get colorModel(): ColorModel<string>;
}
//# sourceMappingURL=hex-alpha.d.ts.map