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 (12 loc) 425 B
import type { Theme } from "../../defaultTheme"; import type { MediaQueries } from "./types"; export declare const TOKEN: { mediumMobile: string; largeMobile: string; tablet: string; desktop: string; largeDesktop: string; }; export declare const getBreakpointWidth: (name: keyof typeof TOKEN, theme: Theme, pure?: boolean) => string; declare const mediaQueries: MediaQueries; export default mediaQueries;