mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-30 02:34:48 +00:00
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
import NativeCopyPaste from './NativeCopyPaste';
|
|
|
|
export default {
|
|
__init__: [ 'nativeCopyPaste' ],
|
|
'nativeCopyPaste': [ 'type', NativeCopyPaste ]
|
|
}; |