UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 165 B
/** * @todo Bind abstract data or data index. */ export declare function Fisheye({ wait, leading, trailing, }: Record<string, any>): (context: any) => () => void;