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.

8 lines 258 B
import type * as Common from "../common/types"; type Name = "TicketFlexi" | "TicketSaver" | "TicketStandard"; export interface Props extends Common.Globals { readonly name: Name; readonly alt?: string; } export {}; //# sourceMappingURL=types.d.ts.map