UNPKG

@ginden/blinkstick-v2

Version:
6 lines 435 B
import type { NormalizedColorOptions } from '../../types/color-options'; import type { AllPossibleColorOptions } from '../../types/all-possible-color-options'; import type { RgbTuple } from '../../types'; export declare function normalizeHexColor(color: string, options?: AllPossibleColorOptions): NormalizedColorOptions; export declare function hexToRgbTuple(color: string): RgbTuple; //# sourceMappingURL=normalize-hex-color.d.ts.map