UNPKG

ngx-input-color

Version:

Angular color input component and color picker (with HSL, HSV, RGB, CMYK, HEX, alpha, eye-dropper, etc)

7 lines (6 loc) 136 B
export interface GradientStop { id: string; value: number; color: string; } export type GradientType = 'linear' | 'radial';