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.

9 lines (5 loc) 216 B
// @flow import type { Size, HeightProps } from ".."; import type { Theme } from "../../../defaultTheme"; export type GetSizeToken = (size: Size, theme: Theme) => HeightProps; declare export default GetSizeToken;