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 194 B
export const SIZES = { EXTRASMALL: "extraSmall", SMALL: "small", NORMAL: "normal", LARGE: "large", EXTRALARGE: "extraLarge" }; export const CLOSE_BUTTON_DATA_TEST = "ModalCloseButton";