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.

16 lines (14 loc) 289 B
export type Devices = | "largeDesktop" | "desktop" | "tablet" | "largeMobile" | "mediumMobile" | "smallMobile"; declare const QUERIES: { LARGEDESKTOP: "largeDesktop"; DESKTOP: "desktop"; TABLET: "tablet"; LARGEMOBILE: "largeMobile"; MEDIUMMOBILE: "mediumMobile"; };