advance.d.ts 113 B

12
  1. import { DisplayObject } from '@antv/g';
  2. export declare const Advance: new (T?: any) => DisplayObject<any, any>;