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.

17 lines (16 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STATES = exports.SIZES = void 0; var SIZES = { SMALL: "small", NORMAL: "normal" }; exports.SIZES = SIZES; var STATES = { DEFAULT: "default", HOVER: "hover", ACTIVE: "active" }; exports.STATES = STATES;