@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
// @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;