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.

13 lines (10 loc) 293 B
// @flow import type { Devices } from "../../utils/mediaQuery/index"; import type { Globals } from "../../common/common.js.flow"; export type Props = {| ...Globals, +children: React$Node, +element?: string, +hideOn?: Devices[], |}; declare export default React$ComponentType<Props>;