UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

8 lines (6 loc) 101 B
import { Cell } from './cell' export class Layer extends Cell { isLayer() { return true } }