UNPKG

@antv/g2plot

Version:

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

12 lines (11 loc) 313 B
/** * 添加一个响应式主题配置 * @param name * @param theme */ export declare function registerResponsiveTheme(name: string, theme: any): void; /** * 获取一个响应式主题配置,如果找不到则返回默认 * @param name */ export declare function getResponsiveTheme(name: string): any;