@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.
14 lines • 559 B
JavaScript
import { SPACINGS } from "../../utils/layout/consts";
const getSpacing = theme => ({
[]: "",
[]: theme.orbit.spaceXXXSmall,
[]: theme.orbit.spaceXXSmall,
[]: theme.orbit.spaceXSmall,
[]: theme.orbit.spaceSmall,
[]: theme.orbit.spaceMedium,
[]: theme.orbit.spaceLarge,
[]: theme.orbit.spaceXLarge,
[]: theme.orbit.spaceXXLarge,
[]: theme.orbit.spaceXXXLarge
});
export default getSpacing;