UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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