UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.

6 lines 320 B
import type { PaletteColors } from "@kiwicom/orbit-design-tokens"; import { QUERIES } from "../../utils/mediaQuery"; export declare const backgroundColorClasses: { [K in QUERIES | keyof PaletteColors]: K extends QUERIES ? Record<keyof PaletteColors, string> : string; }; //# sourceMappingURL=backgroundColor.d.ts.map