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 242 B
import * as React from "react"; import type { Type } from "../../types"; interface Props { type: Type; d: string; } declare const Edge: ({ type, d }: Props) => React.JSX.Element; export default Edge; //# sourceMappingURL=Edge.d.ts.map