@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 (7 loc) • 339 B
TypeScript
// Type definitions for @kiwicom/orbit-components
// Project: http://github.com/kiwicom/orbit
import * as React from "react";
import type { QueryMap } from "../../hooks/useMediaQuery";
export declare const initialValue: QueryMap<null>;
declare const QueryContext: React.Context<QueryMap<null | boolean>>;
export default QueryContext;