UNPKG

@tabuckner/random-contrast-compliant-ts

Version:

This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).

3 lines (2 loc) 156 B
import { IParsedColorObjects } from 'models/parsed-color-objects.interface'; export declare const parseColor: (cssString: string) => IParsedColorObjects;