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