@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.
7 lines • 338 B
TypeScript
import * as React from "react";
import ItineraryBadgeListItem from "./ItineraryBadgeListItem";
import type { Props } from "./types";
declare const ItineraryBadgeList: ({ children, spaceAfter, ...props }: Props) => React.JSX.Element;
export default ItineraryBadgeList;
export { ItineraryBadgeListItem };
//# sourceMappingURL=index.d.ts.map