UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

11 lines (10 loc) 261 B
export declare function Poptip({ offsetX, offsetY, ...style }: { [x: string]: any; offsetX?: number; offsetY?: number; }): (context: any) => () => void; export declare namespace Poptip { var props: { reapplyWhenUpdate: boolean; }; }