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.

11 lines (10 loc) 376 B
import { QUERIES } from "../../utils/mediaQuery/consts"; export declare enum SHRINK { shrink = "shrink", shrink0 = "shrink-0" } export declare const shrinkClasses: { [C in QUERIES | SHRINK]: C extends QUERIES ? Record<SHRINK, string> : string; }; export declare const getShrinkToken: (shrink: boolean, viewport?: QUERIES) => string; export default getShrinkToken;