UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

12 lines (10 loc) 178 B
import HoverFix from './HoverFix'; /** * @type { import('didi').ModuleDeclaration } */ export default { __init__: [ 'hoverFix' ], hoverFix: [ 'type', HoverFix ], };