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) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WIDTH_AND_HEIGHT = void 0; const WIDTH_AND_HEIGHT = { FULL: "full", AUTO: "auto" }; exports.WIDTH_AND_HEIGHT = WIDTH_AND_HEIGHT;