UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

10 lines (8 loc) 216 B
import InteractionEvents from './InteractionEvents'; /** * @type { import('didi').ModuleDeclaration } */ export default { __init__: [ 'interactionEvents' ], interactionEvents: [ 'type', InteractionEvents ] };