UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

32 lines (31 loc) 839 B
export declare const colors: { "--GREY-50": string; "--GREY-100": string; "--GREY-200": string; "--GREY-300": string; "--GREY-400": string; "--GREY-500": string; "--GREY-600": string; "--GREY-700": string; "--GREY-900": string; "--RED": string; "--BLACK": string; "--WHITE": string; "--ACCENT": string; "--ACCENT-LIGHT-100": string; "--ACCENT-LIGHT-200": string; "--ACCENT-LIGHT-300": string; "--ACCENT-LIGHT-800": string; "--ACCENT-LIGHT-1000": string; "--GREEN-100": string; "--GREEN-200": string; "--GREEN-300": string; "--GREEN-700": string; "--GREEN-800": string; "--YELLOW-600": string; "--YELLOW-700": string; "--BLUE-100": string; "--BLUE-300": string; "--PINK-700": string; }; export type Color = keyof typeof colors;