UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 242 B
export declare function dataOf(element: any, view: any): any; export declare function Event(): (context: any, _: any, emitter: any) => () => void; export declare namespace Event { var props: { reapplyWhenUpdate: boolean; }; }