Philipp Fromme a85f0da6da WIP
2020-06-17 10:11:59 +02:00

6 lines
153 B
JavaScript

import NativeCopyPaste from './NativeCopyPaste';
export default {
__init__: [ 'nativeCopyPaste' ],
'nativeCopyPaste': [ 'type', NativeCopyPaste ]
};