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.

10 lines (6 loc) 273 B
// @flow import { Interpolation } from "styled-components"; import type { Position } from "../index"; import type { Theme } from "../../defaultTheme"; export type GetPosition = ({ position: Position, theme: Theme }) => Interpolation; declare export default GetPosition;