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) 264 B
// @flow import type { CSSRules } from "styled-components"; import type { Position } from ".."; import type { Theme } from "../../defaultTheme"; export type GetPosition = ({| position: Position, theme: Theme |}) => CSSRules; declare export default GetPosition;