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.

11 lines (10 loc) 221 B
declare enum SPACINGS_AFTER { NONE = "none", SMALLEST = "smallest", SMALL = "small", NORMAL = "normal", MEDIUM = "medium", LARGE = "large", LARGEST = "largest" } export default SPACINGS_AFTER;