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 (9 loc) 240 B
// @flow export type Context = {| +basis: number, +hasError: boolean, +desktopRadio: boolean, +isContent: boolean, |}; export type PricingTableContextType = React.Context<Context>; declare export default PricingTableContextType;