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.

15 lines (11 loc) 279 B
// @flow /* DOCUMENTATION: https://orbit.kiwi/components/themeprovider/ */ import type { Translations } from "../Dictionary"; export type Props = {| +theme: any, +dictionary?: Translations, +children: React$Node, |}; declare export default React$ComponentType<Props>;