UNPKG

ngx-input-color

Version:

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

4 lines (3 loc) 235 B
import { BoxShadowValue } from '../models/BoxShadowValue'; export declare function parseBoxShadowToPx(shadow: string, contextPx?: number): BoxShadowValue | null; export declare function stringifyBoxShadow(obj: BoxShadowValue): string;