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 (8 loc) 322 B
import React from "react"; import Common from "../../../common/common"; export interface Props { readonly children: React.ReactNode; readonly onClick?: Common.Event<React.SyntheticEvent<HTMLDivElement>>; } declare const ItinerarySegmentBanner: React.FunctionComponent<Props>; export default ItinerarySegmentBanner;