UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines (5 loc) 165 B
export declare function Poptip({ offsetX, offsetY, ...style }: { [x: string]: any; offsetX?: number; offsetY?: number; }): (context: any) => () => void;