UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

15 lines (12 loc) 266 B
import DraggingModule from '../dragging'; import AutoScroll from './AutoScroll'; /** * @type { import('didi').ModuleDeclaration } */ export default { __depends__: [ DraggingModule, ], __init__: [ 'autoScroll' ], autoScroll: [ 'type', AutoScroll ] };