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