UNPKG

@equinor/esv-intersection

Version:

Intersection component package with testing and automatic documentation.

6 lines 214 B
/** * Convert color string to number */ export declare function convertColor(colorStr: string): number; export declare function colorToCSSColor(color: number | string): string; //# sourceMappingURL=color.d.ts.map