UNPKG
@trycourier/courier-ui-core
Version:
beta (1.0.11-beta)
latest (2.0.0)
2.0.0
1.0.14
1.0.13
1.0.12
1.0.11-beta
1.0.10-beta
1.0.9-beta
1.0.7-beta
1.0.5-beta
1.0.4-beta
1.0.3-beta
1.0.2-beta
1.0.1-beta
1.0.0-beta
The core UI kit for Courier Web Components
@trycourier/courier-ui-core
/
dist
/
utils
/
theme.d.ts
18 lines
(17 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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; };