UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

12 lines (11 loc) 245 B
/** * 注册新的图表主题 * @param type * @param theme */ export declare function registerTheme(type: string, theme: object): void; /** * 根据类型获取主题 * @param type */ export declare function getTheme(type: string): any;