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.

16 lines (11 loc) 394 B
// @flow import type { Interpolation } from "styled-components"; import type { Anchor, DimensionsCore } from "../index.js.flow"; import type { Theme } from "../../defaultTheme.js.flow"; export type StyledAnchor = {| ...Anchor, ...DimensionsCore, theme: Theme, |}; export type ResolvePopoverHorizontal = StyledAnchor => ?Interpolation; declare export default ResolvePopoverHorizontal;