@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 (6 loc) • 400 B
TypeScript
import * as React from "react";
import type { Props } from "../types";
export declare const StyledPath: import("styled-components").StyledComponent<"path", any, {}, never>;
export declare const StyledStrokeNormal: import("styled-components").StyledComponent<"path", any, {}, never>;
declare const SeatNormal: ({ selected, type, label }: Props) => React.JSX.Element | null;
export default SeatNormal;