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) 222 B
// @flow import type { Size, HeightProps } from "../index"; import type { Theme } from "../../../defaultTheme"; export type GetSizeToken = (size: Size, theme: Theme) => HeightProps; declare export default GetSizeToken;