UNPKG

@antv/x6-next

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

11 lines (9 loc) 167 B
import { createShape } from './util' export const Rect = createShape('rect', { attrs: { body: { refWidth: '100%', refHeight: '100%', }, }, })