UNPKG

@3mo/theme

Version:

Tools & tokens for theming 3MO components & applications.

6 lines 338 B
/** * Calculates a CSS color that contrasts with the given color resulting in white or black * until it is supported natively via @link https://css-tricks.com/exploring-color-contrast-for-the-first-time/ */ export declare function colorContrast(color: string): import("@a11d/lit").CSSResult; //# sourceMappingURL=colorContrast.d.ts.map