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) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BUTTON_SIZE = exports.ICON_SIZE = void 0; var ICON_SIZE = "10px"; exports.ICON_SIZE = ICON_SIZE; var BUTTON_SIZE = "20px"; exports.BUTTON_SIZE = BUTTON_SIZE;