UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

6 lines (5 loc) 154 B
import type { IAnimation } from '@antv/g'; export type Keyframe = { [key: string]: any; }; export type AnimationTask = () => () => IAnimation | null;