utils.d.ts 369 B

12345
  1. import { DisplayObject } from '@antv/g';
  2. import { G2Theme } from '../runtime';
  3. export declare function effectTiming(defaults: G2Theme['enter' | 'exit' | 'update'], value: Record<string, any>, options: Record<string, any>): Record<string, any>;
  4. export declare function attributeOf(shape: DisplayObject, keys: string[]): {};
  5. export declare const attributeKeys: string[];