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.

10 lines (9 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SMALLEST_HEIGHT = exports.BASE_URL = void 0; const BASE_URL = "//images.kiwi.com"; exports.BASE_URL = BASE_URL; const SMALLEST_HEIGHT = 200; exports.SMALLEST_HEIGHT = SMALLEST_HEIGHT;