UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 179 B
import { ThemeComponent as TC, Theme } from '../runtime'; export type ClassicDarkOptions = Theme; /** * Dark theme. */ export declare const ClassicDark: TC<ClassicDarkOptions>;