UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 170 B
import { ThemeComponent as TC, Theme } from '../runtime'; export type ClassicOptions = Theme; /** * Default theme. */ export declare const Classic: TC<ClassicOptions>;