UNPKG

@trycourier/courier-ui-core

Version:

The core UI kit for Courier Web Components

18 lines (17 loc) 294 B
export interface Colors { primary: string; secondary: string; border: string; link: string; icon: string; } export interface Theme { colors: Colors; button: { cornerRadius: string; }; } export declare const theme: { light: Theme; dark: Theme; };