UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

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