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 333 B
import * as React from "react"; import type { Theme } from "../../defaultTheme"; export declare const ThemeContext: React.Context<Theme>; declare const ThemeProvider: ({ children, theme }: { children: React.ReactNode; theme: Theme; }) => React.JSX.Element; export default ThemeProvider; //# sourceMappingURL=Provider.d.ts.map