UNPKG

@types/culori

Version:
8 lines (7 loc) 108 B
export interface Hsl { mode: "hsl"; h?: number; s: number; l: number; alpha?: number; }