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.

14 lines (10 loc) 388 B
// @flow import type { Interpolation } from "styled-components"; import type { Devices } from "../../utils/mediaQuery/consts"; import type { Props, SmallMobile } from "../index"; export type GetChildrenMargin = ({| viewport: Devices, index: number, devices: Devices[], |}) => ({| ...Props, ...SmallMobile |}) => Interpolation | boolean; declare export default GetChildrenMargin;