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.

12 lines (11 loc) 423 B
import type { Type } from "./types"; export declare const TYPE_OPTIONS: Record<"INFO" | "SUCCESS" | "WARNING" | "CRITICAL", Type>; export declare const TOKENS: { backgroundAlert: string; colorIconAlert: string; colorTextLinkAlertHover: string; colorTextLinkAlertFocus: string; colorBorderAlert: string; colorAccentBorder: string; }; export declare const CLOSE_BUTTON_DATA_TEST = "AlertCloseButton";