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.

32 lines 1.1 kB
import { QUERIES } from "../../utils/mediaQuery"; export declare enum SIZES { NONE = "none", FIFTY = "50", ONE_HUNDRED = "100", ONE_HUNDRED_FIFTY = "150", TWO_HUNDRED = "200", THREE_HUNDRED = "300", FOUR_HUNDRED = "400", FIVE_HUNDRED = "500", SIX_HUNDRED = "600", EIGHT_HUNDRED = "800", ONE_THOUSAND = "1000", ONE_THOUSAND_TWO_HUNDRED = "1200", ONE_THOUSAND_SIX_HUNDRED = "1600" } export declare const paddingClasses: { [K in QUERIES | SIZES]: K extends QUERIES ? Record<SIZES, string> : string; }; export declare const paddingTopClasses: { [K in QUERIES | SIZES]: K extends QUERIES ? Record<SIZES, string> : string; }; export declare const paddingRightClasses: { [K in QUERIES | SIZES]: K extends QUERIES ? Record<SIZES, string> : string; }; export declare const paddingBottomClasses: { [K in QUERIES | SIZES]: K extends QUERIES ? Record<SIZES, string> : string; }; export declare const paddingLeftClasses: { [K in QUERIES | SIZES]: K extends QUERIES ? Record<SIZES, string> : string; }; //# sourceMappingURL=padding.d.ts.map