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) 269 B
// @flow import type { Props, Size } from "../index"; import type { ThemeProps } from "../../defaultTheme"; export type GetButtonSpacing = () => ({ ...ThemeProps, ...Props, size: Size, onlyIcon: boolean, }) => string; declare export default GetButtonSpacing;