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.

17 lines 629 B
import * as React from "react"; interface Context { isNextHidden: boolean; isPrevHidden: boolean; noElevation: boolean; isHidden: boolean; isBanner: boolean; index: number; opened: boolean; last: boolean; count: number; } export declare const ItinerarySegmentContext: React.Context<Context>; export declare const usePart: () => Context; export declare const ItinerarySegmentProvider: ({ isNextHidden, isPrevHidden, noElevation, isHidden, isBanner, children, index, opened, last, count, }: React.PropsWithChildren<Context>) => React.JSX.Element; export {}; //# sourceMappingURL=context.d.ts.map