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 (6 loc) 343 B
// @flow import type { GetCommonPropsReturn } from "../../primitives/ButtonPrimitive/common/getCommonProps"; import type { Props } from ".."; import type { ThemeProps } from "../../defaultTheme"; export type GetButtonLinkCommonProps = ({| ...Props, ...ThemeProps |}) => GetCommonPropsReturn; declare export default GetButtonLinkCommonProps;