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 (10 loc) 313 B
// @flow import type { Interpolation } from "styled-components"; import type { Align, Dimensions, Position } from "../index"; export type Props = { ...Dimensions, ...Align, ...Position, }; type ResolveTooltipArrowAlign = Props => Interpolation[] | null; declare export default ResolveTooltipArrowAlign;