UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

5 lines (4 loc) 99 B
import { Cell } from './cell'; export declare class Layer extends Cell { isLayer(): boolean; }