UNPKG

vmes-flowable

Version:

ceshibao

12 lines (9 loc) 212 B
import DraggingModule from '../dragging'; import AutoScroll from './AutoScroll'; export default { __depends__: [ DraggingModule, ], __init__: [ 'autoScroll' ], autoScroll: [ 'type', AutoScroll ] };