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 (8 loc) 474 B
import type { Size } from "./types"; export declare const sizeStyles: Record<Size, string>; export declare const paddingNoIconsStyles: Record<Size, string>; export declare const paddingLeftIconStyles: Record<Size, string>; export declare const paddingRightIconStyles: Record<Size, string>; export declare const paddingBothIconsStyles: Record<Size, string>; export declare const circledStyles: Record<Size, string>; export declare const iconOnlyStyles: Record<Size, string>;