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 193 B
var SPACINGS_AFTER = { NONE: "none", SMALLEST: "smallest", SMALL: "small", NORMAL: "normal", MEDIUM: "medium", LARGE: "large", LARGEST: "largest" }; export default SPACINGS_AFTER;