UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

9 lines 208 B
export const Config = { prefixCls: 'x6', autoInsertCSS: true, useCSSSelector: true, prefix(suffix) { return `${Config.prefixCls}-${suffix}`; }, }; //# sourceMappingURL=index.js.map