UNPKG

fui-fancyui

Version:
6 lines (5 loc) 98 B
export declare const hexToHSL: (hex: string) => { h: number; s: number; l: number; };