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.

9 lines 469 B
import { QUERIES } from "../../utils/mediaQuery"; import { SPACINGS_AFTER } from "../consts"; import type { SpaceAfterSizes as SpaceAfter } from "../types"; export declare const spaceAfterClasses: { [K in QUERIES | SPACINGS_AFTER]: K extends QUERIES ? Record<SPACINGS_AFTER, string> : string; }; declare const getSpaceAfterClasses: (spaceAfter: SpaceAfter, viewport?: QUERIES) => string; export default getSpaceAfterClasses; //# sourceMappingURL=spaceAfter.d.ts.map