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.

10 lines 453 B
import * as React from "react"; import { defaultTokens } from "@kiwicom/orbit-design-tokens"; import type { Props } from "./types"; export declare const getCssVarsForWL: (theme: typeof defaultTokens) => {}; /** * The OrbitProvider component provides theming and other Orbit features to the application. */ declare const OrbitProvider: ({ theme, children }: Props) => React.JSX.Element; export default OrbitProvider; //# sourceMappingURL=index.d.ts.map