UNPKG

549 BTypeScriptView Raw
1import { ThemeComponent as TC, Theme } from '../runtime';
2export declare const tokens: {
3 colorBlack: string;
4 colorWhite: string;
5 colorStroke: string;
6 colorDefault: string;
7 colorBackground: string;
8 category10: string[];
9 category20: string[];
10 padding1: number;
11 padding2: number;
12 padding3: number;
13 alpha90: number;
14 alpha65: number;
15 alpha45: number;
16 alpha25: number;
17 alpha10: number;
18};
19export type LightOptions = Theme;
20/**
21 * Default theme.
22 */
23export declare const Light: TC<LightOptions>;