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.

13 lines (10 loc) 265 B
// @flow import type { ThemeProps } from "../../defaultTheme"; import type { Size } from "../index"; export type GetIconSpacing = () => ({ ...ThemeProps, right: boolean, onlyIcon: boolean, size: Size, }) => ?string; declare export default GetIconSpacing;