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.

12 lines (11 loc) 490 B
/// <reference types="react" /> import defaultTheme from "../defaultTheme"; import type { Props, Size, Carrier } from "./types"; export declare const StyledCarrierLogo: import("styled-components").StyledComponent<"div", any, { theme: typeof defaultTheme; carriers: Carrier[]; size: Size; inlineStacked?: boolean | undefined; }, never>; declare const CarrierLogo: ({ size, carriers, dataTest, id, rounded, inlineStacked, }: Props) => JSX.Element; export default CarrierLogo;