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