@antv/g2
Version:
the Grammar of Graphics in Javascript
21 lines (20 loc) • 520 B
TypeScript
import { ThemeComponent as TC, Theme } from '../runtime';
export type DarkOptions = Theme;
export declare const tokens: {
colorBlack: string;
colorWhite: string;
colorStroke: string;
colorDefault: string;
colorBackground: string;
category10: string[];
category20: string[];
padding1: number;
padding2: number;
padding3: number;
alpha90: number;
alpha65: number;
alpha45: number;
alpha25: number;
alpha10: number;
};
export declare const Dark: TC<DarkOptions>;