@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.
16 lines (14 loc) • 496 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
});
export default getSpacing;