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.

9 lines 293 B
export let SIZES = /*#__PURE__*/function (SIZES) { SIZES["EXTRASMALL"] = "extraSmall"; SIZES["SMALL"] = "small"; SIZES["NORMAL"] = "normal"; SIZES["LARGE"] = "large"; SIZES["EXTRALARGE"] = "extraLarge"; return SIZES; }({}); export const CLOSE_BUTTON_DATA_TEST = "ModalCloseButton";