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 (5 loc) 282 B
import type { PaletteColors } from "@kiwicom/orbit-design-tokens"; import { QUERIES } from "../../utils/mediaQuery/consts"; export declare const backgroundColorClasses: { [K in QUERIES | keyof PaletteColors]: K extends QUERIES ? Record<keyof PaletteColors, string> : string; };