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.

8 lines (7 loc) 211 B
"use strict"; exports.__esModule = true; exports.ICON_SIZE = exports.BUTTON_SIZE = void 0; const ICON_SIZE = "10px"; exports.ICON_SIZE = ICON_SIZE; const BUTTON_SIZE = "20px"; exports.BUTTON_SIZE = BUTTON_SIZE;