UNPKG

@antv/g6-pc

Version:

A Graph Visualization Framework in JavaScript

14 lines (13 loc) 260 B
/** * @fileoverview constants for layout * @author changzhe.zb@antfin.com */ /** layout message type */ export declare const LAYOUT_MESSAGE: { RUN: string; END: string; ERROR: string; TICK: string; GPURUN: string; GPUEND: string; };