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 479 B
import * as React from "react"; import { ICON_COLORS } from "./consts"; import type { GetSize, FactoryProps, Props } from "./types"; export declare const getSize: GetSize; export declare const iconColorClasses: Record<ICON_COLORS, string>; declare const OrbitIcon: ({ size, color, customColor, className, children, viewBox, dataTest, ariaHidden, reverseOnRtl, ariaLabel, }: FactoryProps & Props) => React.JSX.Element; export default OrbitIcon; //# sourceMappingURL=index.d.ts.map