UNPKG

ngx-input-color

Version:

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

9 lines (8 loc) 167 B
export interface BoxShadowValue { inset: boolean; offsetX: number; offsetY: number; blurRadius: number; spreadRadius: number; color: string; }