UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (8 loc) 168 B
export const Config = { prefixCls: 'x6', autoInsertCSS: true, useCSSSelector: true, prefix(suffix: string) { return `${Config.prefixCls}-${suffix}` }, }