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.

13 lines (8 loc) 266 B
// @flow import type { Interpolation } from "styled-components"; import type { Position } from "../index"; export type Props = {| ...Position, |}; type ResolveTooltipArrowPosition = Props => Interpolation[]; declare export default ResolveTooltipArrowPosition;