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