UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

7 lines 143 B
import { Cell } from './cell'; export class Layer extends Cell { isLayer() { return true; } } //# sourceMappingURL=layer.js.map