@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 • 317 B
TypeScript
import * as React from "react";
import type { Status } from "../types";
interface Props {
type?: Status;
children?: React.ReactNode;
}
declare const ItinerarySegmentStopIcon: ({ type, children }: Props) => React.JSX.Element;
export default ItinerarySegmentStopIcon;
//# sourceMappingURL=ItineraryIcon.d.ts.map