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.

15 lines (11 loc) 449 B
// @flow import type { InterpolationBase } from "styled-components"; import type { Devices } from "../../utils/mediaQuery/consts"; import type { Props, SmallMobile } from ".."; import type { ThemeProps } from "../../defaultTheme"; export type GetChildrenMargin = ({| viewport: Devices, index: number, devices: Devices[], |}) => ({| ...Props, ...SmallMobile, ...ThemeProps |}) => InterpolationBase; declare export default GetChildrenMargin;