UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 202 B
import { IList } from '@antv/component'; /** * 清理图例的 Highlight 效果 * @param list 列表组件,图例或者坐标轴 * @ignore */ export declare function clearList(list: IList): void;