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.

9 lines 267 B
import * as React from "react"; import type { Type, Size } from "../types"; interface Props { type: Type; size: Size; } declare const SeatCircle: ({ size, type }: Props) => React.JSX.Element; export default SeatCircle; //# sourceMappingURL=SeatCircle.d.ts.map