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) 345 B
// @flow import type { Interpolation } from "styled-components"; import type { Position, DimensionsCore } from "../index.js.flow"; export type StyledPosition = {| ...Position, ...DimensionsCore, +fixed?: boolean, |}; export type ResolvePopoverPosition = StyledPosition => ?Interpolation; declare export default ResolvePopoverPosition;